Skip to content

Commit

Permalink
Update games.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevnightless authored Jan 19, 2025
1 parent 1d2452d commit 45613fd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion public/games.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,22 @@
}
</style>
<title>Acceleration Games</title>

<script type="text/javascript">
(function(c, l, a, r, i, t, y) {
c[a] = c[a] || function() {
(c[a].q = c[a].q || []).push(arguments)
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "pwiasnexu5");
</script>
</head>
<canvas id="canvas"></canvas>

<canvas id="canvas"></canvas>

<body>
<div class="search-bar" style="display: flex; justify-content: center;">
Expand All @@ -45,3 +58,4 @@
<div class="game-links"></div>
</body>
<script src="/js/games.js"></script>
</html>

0 comments on commit 45613fd

Please sign in to comment.