mirror of
https://github.com/Alee14/first-website.git
synced 2025-01-22 11:52:03 -05:00
25 lines
No EOL
391 B
HTML
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> |