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 /minecraft_menu.html | |
| download | first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.tar.gz first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.tar.bz2 first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.zip | |
added files
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 |
