google analytics shiz

This commit is contained in:
Wes Bryie 2021-11-20 20:35:33 -05:00
parent d3e91d76dd
commit 8966d3b410
4 changed files with 37 additions and 1 deletions

View File

@ -13,5 +13,14 @@
<body> <body>
<h1>Not Found!</h1> <h1>Not Found!</h1>
<p>Please go back. OR <a href="https://wesbryie.cf/">Go Home</a></p> <p>Please go back. OR <a href="https://wesbryie.cf/">Go Home</a></p>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HTWD2BNXJ6');
</script>
</body> </body>
</html> </html>

View File

@ -11,5 +11,14 @@
</head> </head>
<body> <body>
<p>This website is in development. Please check back later or contact me if this site had been down for a prolonged period of time.</p> <p>This website is in development. Please check back later or contact me if this site had been down for a prolonged period of time.</p>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HTWD2BNXJ6');
</script>
</body> </body>
</html> </html>

View File

@ -49,5 +49,14 @@
</div> </div>
<!-- Bootstrap core JS--> <!-- Bootstrap core JS-->
<script src="js/bootstrap.bundle.min.js"></script> <script src="js/bootstrap.bundle.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HTWD2BNXJ6');
</script>
</body> </body>
</html> </html>

View File

@ -55,8 +55,17 @@
</div> </div>
</div> </div>
<!-- Bootstrap core JS--> <!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script src="js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS--> <!-- Core theme JS-->
<script src="js/scripts.js"></script> <script src="js/scripts.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HTWD2BNXJ6');
</script>
</body> </body>
</html> </html>