diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-05-16 21:38:59 -0500 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-05-16 21:38:59 -0500 |
commit | 9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c (patch) | |
tree | 9e739b11361f5fd122b31cfce107947502b69809 /OLD/csci4131/hw4/strap012/private.html | |
parent | Add trash (diff) | |
download | homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.gz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.bz2 homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.lz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.xz homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.tar.zst homework-9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c.zip |
Rearrange files
Diffstat (limited to 'OLD/csci4131/hw4/strap012/private.html')
-rw-r--r-- | OLD/csci4131/hw4/strap012/private.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OLD/csci4131/hw4/strap012/private.html b/OLD/csci4131/hw4/strap012/private.html new file mode 100644 index 0000000..85c0635 --- /dev/null +++ b/OLD/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>
|