-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 841 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Video compressor</title>
<meta name="description" content="The simplest video compressor" />
<script
defer
src="https://umami.podter.me/script.js"
data-website-id="059849ae-8f98-4c0f-9d93-774386f4ab2e"
data-domains="compress.podter.me"
crossorigin="anonymous"
></script>
<link rel="dns-prefetch" href="https://unpkg.com" />
<link rel="preconnect" crossorigin="anonymous" href="https://unpkg.com" />
<meta
name="google-site-verification"
content="Jfc2vKkk95YzKNp4NaKjW08FQd11KPabjnJucKPeKVc"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>