-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="theme-color" content="#555555" />
<meta
name="keywords"
content="piano, theory, music, scales, chords, notes, major, minor, diminished"
/>
<title>Piano Theory</title>
<meta
name="description"
content="Piano Theory is an app to help you practice and learn music theory such as note, scales, and chords. All this is done through quizzes using a virtual piano to test your knowledge. Accelerate your learning and become a better musician by using Piano Theory!"
/>
<link rel="icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
href="/apple-touch-icon.jpeg"
sizes="180x180"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script defer data-domain="pianotheory.app" src="https://plausible.io/js/script.js"></script>
</body>
</html>