We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4891f5 commit 4d5671dCopy full SHA for 4d5671d
1 file changed
docs/index.html
@@ -2,6 +2,15 @@
2
<html lang="en">
3
4
<head>
5
+ <!-- Google tag (gtag.js) -->
6
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-3BLBKB5Z8M"></script>
7
+ <script>
8
+ window.dataLayer = window.dataLayer || [];
9
+ function gtag(){dataLayer.push(arguments);}
10
+ gtag('js', new Date());
11
+
12
+ gtag('config', 'G-3BLBKB5Z8M');
13
+ </script>
14
<meta charset="utf-8" />
15
<meta name="viewport" content="width=device-width, initial-scale=1" />
16
<title>BitNet-Stack — Local BitNet LLM with Docker & browser chat</title>
0 commit comments