Skip to content

Commit

Permalink
index change
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Oct 5, 2024
1 parent 26eb9ab commit 27d104a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions website/frontend/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
<meta property="og:site_name" content="AirQo" />

</head>
<body>
<div id="app"></div>
<script src="{% static 'frontend/main.bundle.js' %}"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-79ZVCLEDSG" async></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-79ZVCLEDSG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
Expand All @@ -44,9 +47,5 @@
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<body>
<div id="app"></div>
<script src="{% static 'frontend/main.bundle.js' %}"></script>
</body>
</html>

0 comments on commit 27d104a

Please sign in to comment.