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 | |
| download | first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.tar.gz first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.tar.bz2 first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.zip | |
added files
| -rw-r--r-- | CampingMod.html | 11 | ||||
| -rw-r--r-- | DalekMod.html | 11 | ||||
| -rw-r--r-- | andrew_ top_nav.html | 25 | ||||
| -rw-r--r-- | index.html | 19 | ||||
| -rw-r--r-- | minecraft_menu.html | 18 | ||||
| -rw-r--r-- | test_menu.html | 23 |
6 files changed, 107 insertions, 0 deletions
diff --git a/CampingMod.html b/CampingMod.html new file mode 100644 index 0000000..8038fc7 --- /dev/null +++ b/CampingMod.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>Minecraft CampingMod Video</title> +</head> +<body> +<h2>Minecraft Camping Mod</h2> +<iframe class="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/WmzUMFlsi24" allowfullscreen frameborder="0"> +</iframe> +</body> +</html>
\ No newline at end of file diff --git a/DalekMod.html b/DalekMod.html new file mode 100644 index 0000000..f028028 --- /dev/null +++ b/DalekMod.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>Minecraft DaleMod Video</title> +</head> +<body> +<h2>Minecraft Dalek Mod</h2> +<iframe class="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/EYdY9CBvQmc" allowfullscreen frameborder="0"> +</iframe> +</body> +</html>
\ No newline at end of file diff --git a/andrew_ top_nav.html b/andrew_ top_nav.html new file mode 100644 index 0000000..5b07efd --- /dev/null +++ b/andrew_ top_nav.html @@ -0,0 +1,25 @@ +<html> +<head> +<title>Andrew - Top Nav</title> +
+<style type="text/css"> +body { + font-family:verdana,arial,sans-serif; + font-size:10pt; + margin:10px; + background-color:#a08029; + } +</style>
+ +</head> +
+<body> +
+<h3>Welcome To Andrew's Web Site</h3> +
+<a href="minecraft_menu.html" target="menu">Minecraft Videos</a> +<br/>
+ +<a href="test_menu.html" target="menu">Test Menu</a>
+</body> +</html>
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..10b168e --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> +<html> +<head> +<title>Andrew Minecraft Video List</title> +</head> + +<frameset rows="100,*" frameborder="0" border="0" framespacing="0"> + <frame name="topNav" src="andrew_ top_nav.html"> +<frameset cols="200,*" frameborder="0" border="0" framespacing="0"> + <frame name="menu" src="minecraft_menu.html" marginheight="0" marginwidth="0" scrolling="auto" noresize> + <frame name="content" src="DalekMod.html" marginheight="0" marginwidth="0" scrolling="auto" noresize> + +<noframes> +<p>This section (everything between the 'noframes' tags) will only be displayed if the users' browser doesn't support frames. You can provide a link to a non-frames version of the website here. Feel free to use HTML tags within this section.</p> +</noframes> + +</frameset> +</frameset> +</html>
\ No newline at end of file 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 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 |
