blob: 1c75ad01e07d5071e47dcfe5b09856824e532e24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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>Minecraft Youtube Videos</h3>
<p><a href="DalekMod.html" target="content">Dalek Mod</a></p>
<p><a href="CampingMod.html" target="content">Camping Mod</a></p>
</body>
</html>
|