diff options
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 |
