-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 2.05 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Noisefill</title>
<meta
name="description"
content="Calm soundscapes at your fingertips. Easy to use, no ads, and no tracking."
/>
<meta name="keywords" content="noisefill, calm, soundscapes, music" />
<meta property="og:title" content="Noisefill" />
<meta
property="og:description"
content="Calm soundscapes at your fingertips. Easy to use, no ads, and no tracking."
/>
<meta
property="og:image"
content="https://utfs.io/f/VU8He2t54NdYyY4GnO7eixc0bYFSlj7W91RA8IgPJfUkONa5"
/>
<meta property="og:url" content="https://noisefill.com" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Noisefill" />
<meta
name="twitter:description"
content="Calm soundscapes at your fingertips. Easy to use, no ads, and no tracking."
/>
<meta
name="twitter:image"
content="https://utfs.io/f/VU8He2t54NdYyY4GnO7eixc0bYFSlj7W91RA8IgPJfUkONa5"
/>
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<noscript
style="
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
background-color: black;
color: white;
font-size: 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
sans-serif;
padding: 20px;
"
>
<div class="container" style="text-align: center">
You need to enable JavaScript to run this app.
</div>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>