-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Learn Music Clefs</title>
<link rel="stylesheet" href="./assets/global.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An excellent tool when you want to learn a new clef, whether it's for band, choir, music theory, or just your own hobby.">
<meta charset="UTF-8">
<meta property="og:title" content="Learn Music Clefs">
<meta property="og:type" content="website">
<meta property="og:description" content="An excellent tool when you want to learn a new clef, whether it's for band, choir, music theory, or just your own hobby.">
<meta property="og:image" content="./banner.jpg">
</head>
<body>
<h1>Learn Music Clefs</h1>
<p>Greetings, intrepid musician! Are you ready to learn to read a new clef? Pick one below:</p>
<div id="picker">
<a href="./bass/" class="notation">'=¯=!</a>
<a href="./alto/" class="notation">'=ÿ=!</a>
<a href="./treble/" class="notation">'=&=!</a>
</div>
</body>
</html>