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

23 lines
No EOL
366 B
HTML

<html>
<head>
<title>Minecraft Videos</title>
<style type="text/css">
body {
font-family:verdana,arial,sans-serif;
font-size:10pt;
margin:10px;
background-color:#ff9900;
}
</style>
</head>
<body>
<h3>Test Menu</h3>
<p><a href="DalekMod.html" target="content">Item 1</a></p>
<p><a href="CampingMod.html" target="content">Item 2</a></p>
</body>
</html>