-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
29 lines (29 loc) · 1.12 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" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/styles.css" />
<script type="module" src="./src/main.tsx" async defer></script>
<title>Supermosh</title>
<meta
property="description"
content="Datamosh in the browser for the first time. No more struggling with Avidemux and FFmpeg: simply upload your clips, define your effects, and render your datamosh."
/>
<meta property="og:title" content="Supermosh" />
<meta
property="og:description"
content="Datamosh in the browser for the first time. No more struggling with Avidemux and FFmpeg: simply upload your clips, define your effects, and render your datamosh."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://supermosh.github.io/" />
<meta
property="og:image"
content="https://supermosh.github.io/media/cover.png"
/>
</head>
<body>
<div id="root"></div>
</body>
</html>