diff options
Diffstat (limited to '')
-rw-r--r-- | csci4131/hw4/strap012/private.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/csci4131/hw4/strap012/private.html b/csci4131/hw4/strap012/private.html new file mode 100644 index 0000000..85c0635 --- /dev/null +++ b/csci4131/hw4/strap012/private.html @@ -0,0 +1,10 @@ +<html>
+ <head>
+ <title>Private</title>
+ </head>
+ <body>
+ <center>
+ <h1>This file should trigger a 403 response!!!</h1></br>
+ </center>
+ </body>
+</html>
|