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