Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rekcahdam authored Apr 24, 2024
1 parent b92731f commit 3fcc6ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions downloads/8ways/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta name="generator" content="Hugo 0.104.2" />
<!-- Critical CSS -->

<link href="/scss/critical.min.css" rel="stylesheet" />
<link href="scss/critical.min.css" rel="stylesheet" />
<style>
.hero {
transition: background-image 0.6s ease-in-out;
Expand Down Expand Up @@ -487,7 +487,7 @@ <h3>Parent Company</h3>

<!-- Non Critical CSS -->

<link href="/scss/non-critical.min.css" rel="stylesheet" />
<link href="scss/non-critical.min.css" rel="stylesheet" />
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC9rV6yesIygoVKTD6QLf_iCa9eiIIHqZ0&libraries=geometry">
</script>

Expand All @@ -501,7 +501,7 @@ <h3>Parent Company</h3>
<script src="vendor/g-map/gmap.js"></script>


<script src="/js/script.min.js"></script>
<script src="js/script.min.js"></script>

<script>
document.addEventListener('DOMContentLoaded', function() {
Expand Down

0 comments on commit 3fcc6ee

Please sign in to comment.