-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (21 loc) · 756 Bytes
/
index.html
File metadata and controls
23 lines (21 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pomu.app</title>
<meta name="description" content="pomu.app archives VTuber livestreams on-demand for free">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script async defer
src="https://analytics.umami.is/script.js"
data-website-id="7e1e5a1c-801f-4bb0-b558-6c0494794124"
data-do-not-track="true"
data-domains="dev.pomu.app,staging.pomu.app,pomu.app"
></script>
<script src="https://status.pomu.app/en/ca2f58af/widget/script.js"></script>
</body>
</html>