Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
imshn authored May 9, 2024
1 parent 73be4b3 commit 3e2ce61
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XPP8JTHNNF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-XPP8JTHNNF');
</script>
<!--====== Required meta tags ======-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down Expand Up @@ -453,4 +462,4 @@ <h3>Subscribe Our
<!--====== Main js ======-->
<script src="assets/js/theme.js"></script>
</body>
</html>
</html>

0 comments on commit 3e2ce61

Please sign in to comment.