-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.5 KB
/
Copy pathindex.html
File metadata and controls
33 lines (33 loc) · 1.5 KB
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
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32 48x48" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Turn longer ambient recordings into seamless loops for games, soundscapes, and other projects-entirely in your browser."
/>
<meta name="theme-color" content="#0b0e12" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Loopweave - Ambient audio loop maker" />
<meta
property="og:description"
content="Turn longer ambient recordings into seamless loops for games, soundscapes, and other projects-entirely in your browser."
/>
<meta property="og:image" content="/brand/loopweave-social.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/brand/loopweave-social.jpg" />
<title>Loopweave - Ambient audio loop maker</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>