diff options
Diffstat (limited to '')
-rw-r--r-- | csci4131/hw1/myContacts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csci4131/hw1/myContacts.html b/csci4131/hw1/myContacts.html index d4f8699..8cbc3d4 100644 --- a/csci4131/hw1/myContacts.html +++ b/csci4131/hw1/myContacts.html @@ -18,7 +18,7 @@ <body> <nav> - <a href="./myWidgets.html"; class="linkTable">myWidgets <br></a> + <a href="./myWidgets.html"; class="linkTable">myWidgets</a><br> <a href="./myContacts.html"; class="linkTable">myContacts</a> </nav> <br><br> @@ -70,4 +70,4 @@ </body> -</html>
\ No newline at end of file +</html> |