diff options
Diffstat (limited to 'minecraft_menu.html')
| -rw-r--r-- | minecraft_menu.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/minecraft_menu.html b/minecraft_menu.html new file mode 100644 index 0000000..1c75ad0 --- /dev/null +++ b/minecraft_menu.html @@ -0,0 +1,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>
\ No newline at end of file |
