Did stuff.

This commit is contained in:
Robert MacGregor 2012-08-17 20:48:47 -04:00
parent 09f43122e6
commit 8c96cba3e1
132 changed files with 56515 additions and 1448 deletions

View file

@ -0,0 +1,9 @@
<HTML>
<header>
<title>403 - Forbidden</title>
</header>
<body>
<h1>403 - Forbidden</h1>
VGS! You're not allowed here.
</body>
</HTML>

View file

@ -0,0 +1,9 @@
<HTML>
<header>
<title>404 - Not Found</title>
</header>
<body>
<h1>404 - Not Found</h1>
VGS! The requested document "#DOC#" was not found.
</body>
</HTML>

View file

@ -0,0 +1,9 @@
<HTML>
<header>
<title>405 - Not Allowed</title>
</header>
<body>
<h1>405 - Not Allowed</h1>
The method #METHOD# is not allowed for this document.
</body>
</HTML>

View file

@ -0,0 +1,10 @@
<HTML>
<header>
<title>Index of #DIR#</title>
</header>
<body>
<h1>Index of #DIR#</h1>
#CONTENT#
<address>#APPLICATION# #OS# Server at #HOSTNAME# Port #PORT#</address>
</body>
</HTML>