diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b0b552 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.otf diff --git a/index-large.php b/index-large.php new file mode 100644 index 0000000..1d42ede --- /dev/null +++ b/index-large.php @@ -0,0 +1,97 @@ + "of something you cannot see
because you are not logged in", + 403 => "of something you should
probably not be looking for", + 404 => 'sorry, that page doesn\'t
exist or has been moved', + 500 => "of something that cannot be shown
because the server failed to process it" + ); +?> + + + + Error <?php echo $_GET["code"]?> + + + + + +
+
+

+

>

+

>

+
+
+ +
+
+
+ contact us
if you think this is a mistake +
+
+ + diff --git a/index.php b/index.php new file mode 100644 index 0000000..c9af59a --- /dev/null +++ b/index.php @@ -0,0 +1,34 @@ + "of something you cannot see
because you are not logged in", + 403 => "of something you should
probably not be looking for", + 404 => 'sorry, that page doesn\'t
exist or has been moved', + 500 => "of something that cannot be shown
because the server failed to process it" + ); +?> + + + + Error <?php echo $_GET["code"]?> + + + + +
+
+

+

>

+

>

+
+
+ +
+
+
+ contact us
if you think this is a mistake +
+
+ +