diff options
Diffstat (limited to '')
-rw-r--r-- | c/index.php (renamed from c.php) | 2 | ||||
-rw-r--r-- | css/index.php | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ <!-- ----------------------------------------------------------------------- --> <!-- --> -<!-- File : c.php /_________/ --> +<!-- File : index.php /_________/ --> <!-- Authors : Joe | --> <!-- Date : 06/2020 | --> <!-- Info : The C welcome page | --> diff --git a/css/index.php b/css/index.php new file mode 100644 index 0000000..d29ead0 --- /dev/null +++ b/css/index.php @@ -0,0 +1 @@ +<?php header("Location: ../"); ?> |