diff options
author | emkael <emkael@tlen.pl> | 2013-09-14 16:36:31 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2013-09-14 16:36:31 +0200 |
commit | 77673cdb197d2d98ae9f154d129b880de3755ce1 (patch) | |
tree | e3e1bb1f10c5adfcbfcda578dd778552ff7040b2 /index.php | |
parent | 9a78bb364c952e224fc26fb726bfb58e2272736c (diff) |
* przekierowanie na stronę projektu
Diffstat (limited to 'index.php')
-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> |