diff options
Diffstat (limited to '_site/index.php')
-rw-r--r-- | _site/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_site/index.php b/_site/index.php new file mode 100644 index 0000000..96a374d --- /dev/null +++ b/_site/index.php @@ -0,0 +1,4 @@ +<?php + +header("Location: /home"); +die();
\ No newline at end of file |