feat: back to local css
This commit is contained in:
		
							parent
							
								
									96f4243713
								
							
						
					
					
						commit
						e3c005aa92
					
				
					 2 changed files with 5 additions and 15 deletions
				
			
		|  | @ -7,13 +7,8 @@ | ||||||
|     <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> |     <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> | ||||||
|     <link rel="preconnect" href="https://cdn.statically.io" crossorigin> |     <link rel="preconnect" href="https://cdn.statically.io" crossorigin> | ||||||
| 
 | 
 | ||||||
|     <link rel="preload" as="style" |     <link rel="stylesheet" href="{{ url_for('static', filename='css/newsletter_styles.css') }}"> | ||||||
|         href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/newsletter_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/newsletter_styles.min.css"> |  | ||||||
|     </noscript> |  | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|     <!-- Navigation --> |     <!-- Navigation --> | ||||||
|  |  | ||||||
|  | @ -5,14 +5,9 @@ | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> |     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
|     <title>RideAware - Newsletters</title> |     <title>RideAware - Newsletters</title> | ||||||
|     <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> |     <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> | ||||||
|     <link rel="preload" as="style" |     <link rel="stylesheet" href="{{ url_for('static', filename='css/newsletter_styles.css') }}"> | ||||||
|         href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/newsletter_styles.min.css" | 
 | ||||||
|         onload="this.onload=null;this.rel='stylesheet'"> | </head> | ||||||
|     <noscript> |  | ||||||
|     <link rel="stylesheet" |  | ||||||
|             href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/newsletter_styles.min.css"> |  | ||||||
|     </noscript> |  | ||||||
| `</head> |  | ||||||
| <body> | <body> | ||||||
|     <!-- Navigation --> |     <!-- Navigation --> | ||||||
|     <nav class="navbar"> |     <nav class="navbar"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cipher Vance
						Cipher Vance