Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 authored Aug 5, 2024
1 parent 7b24729 commit 3f02be2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,20 @@
}
</style>


<link rel="stylesheet" href="./theme.css">

<script type="module" src="./src/index.tsx"></script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VPD45X3FFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VPD45X3FFK');
</script>
</head>
<body>
<quark-doc-home></quark-doc-home>
Expand Down

0 comments on commit 3f02be2

Please sign in to comment.