diff options
| author | Alee <alee14498@gmail.com> | 2018-11-22 18:54:28 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-22 18:54:28 -0500 |
| commit | 6cd24bf6ff5e145d01f900b84dc7d0562d8d5036 (patch) | |
| tree | 78c8166235ba54bf9274cdbb04fbf897717d910c /test_menu.html | |
| download | first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.tar.gz first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.tar.bz2 first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.zip | |
added files
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 |
