style: using a CDN now for css
This commit is contained in:
		
							parent
							
								
									06d19988c7
								
							
						
					
					
						commit
						af910a291a
					
				
					 3 changed files with 25 additions and 3 deletions
				
			
		|  | @ -5,7 +5,15 @@ | |||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <title>RideAware - Smart Cycling Training Platform</title> | ||||
|     <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> | ||||
|     <link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}"> | ||||
|     <link rel="preconnect" href="https://cdn.statically.io" crossorigin> | ||||
| 
 | ||||
|     <link rel="preload" as="style" | ||||
|         href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/styles.min.css" | ||||
|         onload="this.onload=null;this.rel='stylesheet'"> | ||||
|     <noscript> | ||||
|     <link rel="stylesheet" | ||||
|             href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/styles.min.css"> | ||||
|     </noscript> | ||||
| </head> | ||||
| <body> | ||||
|     <!-- Navigation --> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cipher Vance
						Cipher Vance