summaryrefslogtreecommitdiff
path: root/andrew_ top_nav.html
blob: 5b07efd4e2c4c4b1211480b79602e1bcecefa119 (plain) (blame)
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
<html>
<head>
<title>Andrew - Top Nav</title>

<style type="text/css">
body {
	font-family:verdana,arial,sans-serif;
	font-size:10pt;
	margin:10px;
	background-color:#a08029;
	}
</style>

</head>

<body>

<h3>Welcome To Andrew's Web Site</h3>

<a href="minecraft_menu.html" target="menu">Minecraft Videos</a>
<br/>

<a href="test_menu.html" target="menu">Test Menu</a>
</body>
</html>