Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi authored Aug 24, 2023
1 parent 92384cb commit 2f4d9ed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fifteen-Puzzle</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C4NJD8J3MD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-C4NJD8J3MD');
</script>
</head>
<body>
<center>
Expand All @@ -27,4 +36,4 @@
</center>
<script src="js/Fifteen-Puzzle.js"></script>
</body>
</html>
</html>

0 comments on commit 2f4d9ed

Please sign in to comment.