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