-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.54 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Patchwork Archive - The VTuber Music Archives</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" data-rh="true" />
<link rel="apple-touch-icon" sizes="180x180" href="https://files.pinapelz.com/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://files.pinapelz.com/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://files.pinapelz.com/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="fragment" content="!">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="0GsXVZ-D-wkz4i1tkNwVHVjtqOos0c0Mzdntv2BVmlk" />
<meta property="og:url" content="https://patchwork.moekyun.me/" data-rh="true" />
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="patchwork.moekyun.me">
<meta property="twitter:url" content="https://patchwork.moekyun.me/">
<meta name="twitter:title" content="Patchwork Archive - The VTuber Music Archives">
<meta name="twitter:description" content="Preserving VTuber Music, One video at a time">
<meta name="theme-color" content="#2A4B71" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script defer src="https://analytics.moekyun.me/script.js" data-website-id="80e003d6-25fc-4ea3-8602-0f8e9458106a"></script>
</body>
</html>