first-website/andrew_ top_nav.html
2018-11-22 18:54:28 -05:00

25 lines
No EOL
391 B
HTML

<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>