diff options
Diffstat (limited to '')
-rw-r--r-- | csci4131/hw4/strap012/MyContacts.html | 1 | ||||
-rw-r--r-- | csci4131/hw4/strap012/MyForm.html | 1 | ||||
-rw-r--r-- | csci4131/hw4/strap012/MyWidgets.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/csci4131/hw4/strap012/MyContacts.html b/csci4131/hw4/strap012/MyContacts.html index 7917ccf..d30a03e 100644 --- a/csci4131/hw4/strap012/MyContacts.html +++ b/csci4131/hw4/strap012/MyContacts.html @@ -17,6 +17,7 @@ <td class="linkTable"><a href="./MyWidgets.html">myWidgets</a></td> <td class="linkTable"><a href="./MyContacts.html">myContacts</a></td> <td class="linkTable"><a href="./MyForm.html">MyForm</a></td> + <td class="linkTable"><a href="./MyServer.html">MyServer</a></td> </tr> </table> </nav><br> diff --git a/csci4131/hw4/strap012/MyForm.html b/csci4131/hw4/strap012/MyForm.html index 0fd408e..435965b 100644 --- a/csci4131/hw4/strap012/MyForm.html +++ b/csci4131/hw4/strap012/MyForm.html @@ -14,6 +14,7 @@ <td class="linkTable"><a href="./MyWidgets.html">myWidgets</a></td> <td class="linkTable"><a href="./MyContacts.html">myContacts</a></td> <td class="linkTable"><a href="./MyForm.html">MyForm</a></td> + <td class="linkTable"><a href="./MyServer.html">MyServer</a></td> </tr> </table> </nav><br> diff --git a/csci4131/hw4/strap012/MyWidgets.html b/csci4131/hw4/strap012/MyWidgets.html index 543eb3f..cffd3b5 100644 --- a/csci4131/hw4/strap012/MyWidgets.html +++ b/csci4131/hw4/strap012/MyWidgets.html @@ -15,6 +15,7 @@ <td class="linkTable"><a href="./MyWidgets.html">myWidgets</a></td> <td class="linkTable"><a href="./MyContacts.html">myContacts</a></td> <td class="linkTable"><a href="./MyForm.html">MyForm</a></td> + <td class="linkTable"><a href="./MyServer.html">MyServer</a></td> </tr> </table> </nav> |