Skip to content

Commit 90fd3fa

Browse files
committed
tags
1 parent a853e01 commit 90fd3fa

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

tech-preview/micropython/about.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link href="final.css" rel="stylesheet">
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LKETQQ110J"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag() {
12+
dataLayer.push(arguments);
13+
}
14+
gtag('js', new Date());
15+
gtag('config', 'G-LKETQQ110J');
16+
</script>
817
</head>
918

1019
<body class="bg-gray-400 dark:bg-gray-700">

tech-preview/micropython/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
<link href="final.css" rel="stylesheet">
88
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-codemirror@1/index.js"></script>
99
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-codemirror@1/mode/python/python.js"></script>
10+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LKETQQ110J"></script>
11+
<script>
12+
window.dataLayer = window.dataLayer || [];
13+
function gtag() {
14+
dataLayer.push(arguments);
15+
}
16+
gtag('js', new Date());
17+
gtag('config', 'G-LKETQQ110J');
18+
</script>
1019
</head>
1120

1221
<body class="bg-gray-400 dark:bg-gray-700">

tech-preview/micropython/repl.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link href="final.css" rel="stylesheet">
88
<script src="xterm.js"></script>
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LKETQQ110J"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag() {
13+
dataLayer.push(arguments);
14+
}
15+
gtag('js', new Date());
16+
gtag('config', 'G-LKETQQ110J');
17+
</script>
918
</head>
1019

1120
<body class="bg-gray-400 dark:bg-gray-700">

tech-preview/micropython/simple.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link href="final.css" rel="stylesheet">
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LKETQQ110J"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag() {
12+
dataLayer.push(arguments);
13+
}
14+
gtag('js', new Date());
15+
gtag('config', 'G-LKETQQ110J');
16+
</script>
817
</head>
918

1019
<body class="bg-gray-400 dark:bg-gray-700">

0 commit comments

Comments
 (0)