aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw1/myWidgets.html
diff options
context:
space:
mode:
Diffstat (limited to 'csci4131/hw1/myWidgets.html')
-rw-r--r--csci4131/hw1/myWidgets.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/csci4131/hw1/myWidgets.html b/csci4131/hw1/myWidgets.html
new file mode 100644
index 0000000..260bf6b
--- /dev/null
+++ b/csci4131/hw1/myWidgets.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en-US">
+ <head>
+ <title>My Widgets</title>
+ </head>
+
+ <body>
+ <nav>
+ <a href="./myWidgets.html">myWidgets</a> <a href="./myContacts.html">myContacts</a>
+ </nav>
+
+ </body>
+</html> \ No newline at end of file