Skip to content

Commit

Permalink
Add Hotjar
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosue4 committed Jan 24, 2024
1 parent f26482d commit 9909a9d
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://ai.google.dev/static/images/cloud-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Google Gemini Chat UI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://ai.google.dev/static/images/cloud-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Google Gemini Chat UI</title>
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 3839310, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>

0 comments on commit 9909a9d

Please sign in to comment.