-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Polytronome - train your polyrythms</title>
<meta charset="utf-8" />
<meta name="theme-color" content="#EAEBEA" />
<meta
name="description"
content="An easy way to visualize polyrythms. Use it to discover new rythms, challenge yourself to play along, or simply enjoy the sounds you created !"
/>
<link rel="icon" id="favicon" href="/favicon.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://polytronome.victr.me/" />
<meta property="og:title" content="Polytronome - train your polyrythms" />
<meta property="og:image" content="https://polytronome.victr.me/preview.webp" />
<meta
property="og:description"
content="An easy way to visualize polyrythms. Use it to discover new rythms, challenge yourself to play along, or simply enjoy the sounds you created !"
/>
<meta name="twitter:card" content="summary" />
<meta property="twitter:domain" content="polytronome.victr.me" />
<meta property="twitter:url" content="https://polytronome.victr.me/" />
<meta name="twitter:title" content="Polytronome - train your polyrythms" />
<meta name="twitter:image" content="https://polytronome.victr.me/preview.webp" />
<meta
name="twitter:description"
content="An easy way to visualize polyrythms. Use it to discover new rythms, challenge yourself to play along, or simply enjoy the sounds you created !"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>