Skip to content

Commit 4ca1ef7

Browse files
committed
changes with sandbox
1 parent 17d7b75 commit 4ca1ef7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sandbox/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
<title>Luminara Sandbox - Interactive Demo</title>
77
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🌌</text></svg>">
88
<link rel="stylesheet" href="styles.css">
9+
10+
<!-- Google tag (gtag.js) -->
11+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XJRX7MW047"></script>
12+
<script>
13+
window.dataLayer = window.dataLayer || [];
14+
function gtag(){dataLayer.push(arguments);}
15+
gtag('js', new Date());
16+
gtag('config', 'G-XJRX7MW047');
17+
</script>
18+
919
<script type="importmap">
1020
{
1121
"imports": {}

0 commit comments

Comments
 (0)