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 /index.html | |
| download | first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.tar.gz first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.tar.bz2 first-website-6cd24bf6ff5e145d01f900b84dc7d0562d8d5036.zip | |
added files
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
