aboutsummaryrefslogtreecommitdiff
path: root/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'menu.html')
-rw-r--r--menu.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/menu.html b/menu.html
new file mode 100644
index 0000000..9412475
--- /dev/null
+++ b/menu.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+
+<HTML>
+ <HEAD>
+ <TITLE>My favorite websites</TITLE>
+ <STYLE type="text/css">
+ H4 { color: yellow }
+ TABLE { background-color: olive }
+ TD { background-color: yellow }
+ TD:hover { background-color: teal }
+ A { color: teal }
+ A:hover{ color: silver }
+ </STYLE>
+ </HEAD>
+
+ <BODY bgcolor=maroon>
+ <H4>My favorite websites.</H4>
+ <TABLE>
+ <TR><TD><A href="http://google.com">Google</A></TD></TR>
+ <TR><TD><A href="http://simcity.com">SimCity</A></TD></TR>
+ <TR><TD><A href="http://amazon.com">Amazon</A></TD></TR>
+ <TR><TD><A href="http://unlimited.pizza">My Personal Page</A></TD></TR>
+ <TR><TD><A href="tripod.com">Tripod</A></TD></TR>
+ </TABLE>
+ </BODY>
+</HTML>