-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
21 lines (21 loc) · 890 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Christmas 2024" />
<meta property="og:description" content="A cozy 3D Christmas scene with some audio viz.">
<meta property="og:url" content="https://x-mas24.vercel.app">
<meta property="og:type" content="website"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:image" content="https://x-mas24.vercel.app/christmasShare.jpg"/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@sleekdigital" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Christmas 2024</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>