call back to local styles
This commit is contained in:
parent
7713059ffc
commit
ae3febbcbd
1 changed files with 1 additions and 7 deletions
|
|
@ -6,14 +6,8 @@
|
||||||
<title>RideAware - Smart Cycling Training Platform</title>
|
<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 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="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
|
||||||
|
|
||||||
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation -->
|
<!-- Navigation -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue