mirror of
https://github.com/Alee14/first-website.git
synced 2025-01-22 03:41:49 -05:00
added files
This commit is contained in:
commit
6cd24bf6ff
6 changed files with 107 additions and 0 deletions
11
CampingMod.html
Normal file
11
CampingMod.html
Normal file
|
@ -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>
|
11
DalekMod.html
Normal file
11
DalekMod.html
Normal file
|
@ -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>
|
25
andrew_ top_nav.html
Normal file
25
andrew_ top_nav.html
Normal file
|
@ -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>
|
19
index.html
Normal file
19
index.html
Normal file
|
@ -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>
|
18
minecraft_menu.html
Normal file
18
minecraft_menu.html
Normal file
|
@ -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>
|
23
test_menu.html
Normal file
23
test_menu.html
Normal file
|
@ -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>
|
Loading…
Reference in a new issue