diff options
-rw-r--r-- | index.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..58ada5e --- /dev/null +++ b/index.php @@ -0,0 +1,16 @@ +<?php + +header('HTTP/1.1 302'); +header('Location: https://github.com/emkael/osika'); + +?> +<!DOCTYPE HTML> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>OSiKa</title> + </head> + <body> + Przekierowanie na <a href="https://github.com/emkael/osika">stronę projektu w github.com</a>... + </body> +</html> |