Skip to content

Commit

Permalink
Add umami analytics to website
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Sep 25, 2024
1 parent d2b25c9 commit e7cb444
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions website/index.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta
name="description"
content="A reactive library for creating web apps in Rust and WebAssembly"
/>
<meta name="keywords" content="rust wasm web reactive" />
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link data-trunk rel="rust" data-wasm-opt="3" />
<link data-trunk rel="copy-dir" href="static" />
<link data-trunk rel="copy-file" href="robots.txt" />
<link data-trunk rel="copy-file" href="_headers" />
<link data-trunk rel="copy-file" href="sitemap_index.xml" />
<link data-trunk rel="copy-file" href="google32773af3167b4156.html" />
<link data-trunk rel="copy-file" href="logo.png" />
<link data-trunk rel="copy-file" href="logo.svg" />
<link data-trunk rel="copy-file" href="favicon.ico" />
<meta name="description" content="A reactive library for creating web apps in Rust and WebAssembly" />
<meta name="keywords" content="rust wasm web reactive" />

<link rel="stylesheet" href="/tailwind.css" />
<link rel="icon" href="/favicon.ico" />
</head>
<link data-trunk rel="rust" data-wasm-opt="3" />
<link data-trunk rel="copy-dir" href="static" />
<link data-trunk rel="copy-file" href="robots.txt" />
<link data-trunk rel="copy-file" href="_headers" />
<link data-trunk rel="copy-file" href="sitemap_index.xml" />
<link data-trunk rel="copy-file" href="google32773af3167b4156.html" />
<link data-trunk rel="copy-file" href="logo.png" />
<link data-trunk rel="copy-file" href="logo.svg" />
<link data-trunk rel="copy-file" href="favicon.ico" />

<link rel="stylesheet" href="/tailwind.css" />
<link rel="icon" href="/favicon.ico" />

<script defer src="https://sycamore-analytics.netlify.app/script.js"
data-website-id="b705131c-2ec4-453e-907b-b34a62937466"></script>
</head>

<body></body>

<body></body>
</html>

0 comments on commit e7cb444

Please sign in to comment.