We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b3f7a commit cdb6b9bCopy full SHA for cdb6b9b
LearnJsonEverything/wwwroot/index.html
@@ -29,6 +29,14 @@
29
}
30
}(window.location))
31
</script>
32
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-DQGQ13LL8Q"></script>
33
+ <script>
34
+ window.dataLayer = window.dataLayer || [];
35
+ function gtag() { dataLayer.push(arguments); }
36
+ gtag('js', new Date());
37
+
38
+ gtag('config', 'G-DQGQ13LL8Q');
39
+ </script>
40
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
41
<link href="_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.css" rel="stylesheet" />
42
<link href="LearnJsonEverything.styles.css" rel="stylesheet" />
0 commit comments