diff --git a/index.php b/index.php
new file mode 100644
index 0000000..38e1262
--- /dev/null
+++ b/index.php
@@ -0,0 +1,101 @@
+  "sorry, you need to authenticate
yourself first to access this page",
+    403 =>  "sorry, I cannot show you a page
you have not been granted access to",
+    404 =>  'sorry, that page doesn\'t
exist or has been moved',
+    500 =>  "sorry,
the server failed to process this page"
+  );
+  if ( !array_key_exists( $_GET["code"] , $description ) ) {
+    $code = '500';
+  } else {
+    $code = $_GET["code"];
+  }
+?>
+
+
+  
+    
+      
+        
=$number[ $code[ 0 ] ]?>
+        
>=$number[ $code[ 1 ] ]?>
+        
>=$number[ $code[ 2 ] ]?>
+      
+      
+      =$description[ $code ]?>
+      
+      
+      
+