We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3849a88 commit 1ff0facCopy full SHA for 1ff0fac
1 file changed
index.html
@@ -1,6 +1,16 @@
1
<!doctype html>
2
<html lang="en">
3
<head>
4
+ <!-- Google tag (gtag.js) -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-EBK1VYRTCL"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', 'G-EBK1VYRTCL');
12
+ </script>
13
14
<meta charset="UTF-8" />
15
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
16
<meta
@@ -10,6 +20,7 @@
20
<title>CREATOR - Assembly Programming Simulator</title>
21
<link rel="icon" type="image/x-icon" href="images/icons/favicon.ico" />
22
</head>
23
24
<body class="antialiased">
25
<div id="app"></div>
26
<script type="module" src="/src/main.js"></script>
0 commit comments