-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 750 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Reid Netterville III" />
<meta name="description" content="Chordophone fingerboard diagrams." />
<meta name="keywords" content="guitar, harmony, mode, music, scale, theory" />
<title>Scordatura</title>
<link rel="stylesheet" href="styles/charcoal.css" type="text/css" />
<script src="scripts/dipyramid.js" type="application/javascript"></script>
</head>
<body>
<article id="scordatura"></article>
<footer class="utility">
<noscript class="message">JavaScript disabled</noscript>
<p class="notice">© 2018 Reid Netterville III</p>
</footer>
</body>
</html>