-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (32 loc) · 925 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
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Index</title>
</head>
<body>
<hr />
<hr />
<nav>
<br />
<br />
<table>
<colgroup>
<col />
<col />
<col />
<col />
</colgroup>
<tr>
<th style="font-size:xx-large; width:25%"><a href="index.html">Index</a></th>
<th style="font-size:xx-large; width:25%"><a href="ReferenceManual.html">Reference Manual</a></th>
<th style="font-size:xx-large; width:25%"><a href="Table1.html">Table 1</a></th>
<th style="font-size:xx-large; width:25%"><a href="Table2.html">Table 2</a></th>
</tr>
</table>
</nav>
<hr />
<p>©Tanner Cunningham</p>
<img src="index_validation.PNG" alt="Validation" height="150" width="200" />
</body>
</html>