-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 923 Bytes
/
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
<!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" />
<title>Stoichedon</title>
<link rel="stylesheet" href="styles/foliage.css" type="text/css" />
</head>
<body>
<header>
<h3 class="epithet">Stoichedon</h3>
</header>
<section class="magellan">
<ul>
<li><a href="bhedam-eadg-heptad.html">bhedam-eadg-heptad</a></li>
<li><a href="eadgbe-m6x6-octuple.html">eadgbe-m6x6-octuple</a></li>
<li><a href="eadgc-m5x5-octuple.html">eadgc-m5x5-octuple</a></li>
<li><a href="fbfb-m4x6-octuple.html">fbfb-m4x6-octuple</a></li>
<li><a href="fsbvdn-m6x4-octuple.html">fsbvdn-m6x4-octuple</a></li>
<li><a href="gdae-m4x7-octuple.html">gdae-m4x7-octuple</a></li>
</ul>
</section>
<footer>
<p class="legal">Copyright © 2018 Reid Netterville III</p>
</footer>
</body>
</html>