-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LightningCSS AST Viewer</title>
<meta name="description" content="Interactive viewer to help visualize the LightningCSS AST." />
<!-- <meta name="twitter:card" content="summary_large_image" /> -->
<!-- <meta name="twitter:image" content="og.jpeg" /> -->
<meta name="twitter:site" content="@astahmer_dev" />
<meta name="twitter:creator" content="@astahmer_dev" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://twitter.com/astahmer_dev" />
<meta property="og:title" content="LightningCSS AST Viewer" />
<meta property="og:description" content="Interactive viewer to help visualize the LightningCSS AST." />
<!-- <meta property="og:image" content="og.jpeg" /> -->
</head>
<body>
<div id="root"></div>
<script
async
src="https://umami-nu-bice.vercel.app/script.js"
data-website-id="bd51bc31-ab5c-42a2-9fed-713782700d19"
></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>