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