Skip to content

Commit

Permalink
chore(index.html): remove unused Google Analytics script
Browse files Browse the repository at this point in the history
- Deleted commented-out Google Analytics script block
- Removed unnecessary `main.js` script reference
  • Loading branch information
drac committed Sep 4, 2024
1 parent fc476e5 commit 806c2d7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,6 @@ <h2>Heading</h2>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="js/plugins.js"></script>
<script src="plugin/bootstrap/js/bootstrap.min.js"></script>
<script src="js/main.js"></script>

<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!--
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src='//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
-->

</body>

Expand Down

0 comments on commit 806c2d7

Please sign in to comment.