summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2013-09-14 16:36:31 +0200
committeremkael <emkael@tlen.pl>2013-09-14 16:36:31 +0200
commit77673cdb197d2d98ae9f154d129b880de3755ce1 (patch)
treee3e1bb1f10c5adfcbfcda578dd778552ff7040b2 /index.php
parent9a78bb364c952e224fc26fb726bfb58e2272736c (diff)
* przekierowanie na stronę projektu
Diffstat (limited to 'index.php')
-rw-r--r--index.php16
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>