-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 989 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 989 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ff6a00" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta
name="description"
content="Interactive tuning visualizer for guitar and other stringed instruments"
/>
<meta name="theme-color" content="#ff6a00" />
<meta name="msapplication-TileColor" content="#101214" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex, nofollow" />
<meta name="googlebot" content="noindex, nofollow" />
<title>TuningViz</title>
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to use this app.</noscript>
<script type="module" src="/src/app/main.jsx"></script>
</body>
</html>