diff options
Diffstat (limited to 'OLD/csci4131/hw4/strap012/404.html')
-rw-r--r-- | OLD/csci4131/hw4/strap012/404.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OLD/csci4131/hw4/strap012/404.html b/OLD/csci4131/hw4/strap012/404.html new file mode 100644 index 0000000..304d6a0 --- /dev/null +++ b/OLD/csci4131/hw4/strap012/404.html @@ -0,0 +1,11 @@ +<html>
+ <head>
+ <title>404: NOT FOUND</title>
+ </head>
+ <body>
+ <center>
+ <h1>404: NOT FOUND</h1></br>
+ <a href="MyServer.html"> Go back to main page</a>
+ </center>
+ </body>
+</html>
|