-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 750 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="String instrument scale diagrams" />
<meta name="author" content="Reid Netterville III" />
<title>TabulaTextile</title>
<link rel="stylesheet" href="styles/tastiera.css" type="text/css" />
<script src="scripts/prentabulo.js" type="application/javascript"></script>
<script src="scripts/auricular.js" type="application/javascript"></script>
</head>
<body>
<div id="pangaea">
<article id="laurasia"></article>
<article id="gondwanna"></article>
</div>
<footer id="addendum">
<p class="rider">Copyright © 2018 Reid Netterville III</p>
</footer>
</body>
</html>