Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tonela10 authored May 31, 2024
1 parent 0c739b5 commit 84a8530
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5PC45GKW4M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JLS2BR3Q62"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-5PC45GKW4M');
gtag('config', 'G-JLS2BR3Q62');
</script>
<script src="romans.js"></script>
<link rel="stylesheet" href="romans.css">
Expand All @@ -28,4 +28,4 @@ <h1>Roman To Integer</h1>
</section>
</main>
</body>
</html>
</html>

0 comments on commit 84a8530

Please sign in to comment.