blob: c4381fa2afd33ac19dd4701d774ba4e48c3907ef (
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
|
<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>
|