add css redirect

This commit is contained in:
Ben Harris 2018-02-09 15:04:01 -05:00
parent c61627b494
commit bb55a34c1c
1 changed files with 3 additions and 0 deletions

3
css/index.php Executable file
View File

@ -0,0 +1,3 @@
<?php
header("Location:https://tilde-team.github.io/css");
die();