fix: put JS in staticly cdn
This commit is contained in:
parent
6b066e53ef
commit
55f22998b3
3 changed files with 10 additions and 4 deletions
|
|
@ -163,6 +163,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p>© 2025 RideAware. All rights reserved.</p>
|
<p>© 2025 RideAware. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="{{ url_for('static', filename='js/main.min.js') }}" defer></script>
|
<script defer
|
||||||
|
src="https://cdn.statically.io/gl/rideaware/landing/06d19988c7df53636277f945f9ed853bda76471b/static/js/main.min.js"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -123,6 +123,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p>© 2025 RideAware. All rights reserved.</p>
|
<p>© 2025 RideAware. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="{{ url_for('static', filename='js/main.min.js') }}" defer></script>
|
<script defer
|
||||||
|
src="https://cdn.statically.io/gl/rideaware/landing/06d19988c7df53636277f945f9ed853bda76471b/static/js/main.min.js"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/newsletter_styles.min.css">
|
href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/newsletter_styles.min.css">
|
||||||
</noscript>
|
</noscript>
|
||||||
</head>
|
`</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation -->
|
<!-- Navigation -->
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
|
|
@ -92,6 +92,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p>© 2025 RideAware. All rights reserved.</p>
|
<p>© 2025 RideAware. All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="{{ url_for('static', filename='js/main.min.js') }}" defer></script>
|
<script defer
|
||||||
|
src="https://cdn.statically.io/gl/rideaware/landing/06d19988c7df53636277f945f9ed853bda76471b/static/js/main.min.js"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue