diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 19:13:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 19:13:13 +0200 |
commit | ae0ad72de5db63769165eda70198b99ca463c7e2 (patch) | |
tree | 377e654edfff3dc9cac4fdc67737c55016ec0c67 | |
parent | Project restructure, subdir content inclusion (diff) | |
download | joe-www-ae0ad72de5db63769165eda70198b99ca463c7e2.tar.gz joe-www-ae0ad72de5db63769165eda70198b99ca463c7e2.tar.bz2 joe-www-ae0ad72de5db63769165eda70198b99ca463c7e2.tar.xz joe-www-ae0ad72de5db63769165eda70198b99ca463c7e2.tar.zst joe-www-ae0ad72de5db63769165eda70198b99ca463c7e2.zip |
Work in progress
-rw-r--r-- | c/index.php (renamed from c.php) | 2 | ||||
-rw-r--r-- | css/index.php | 1 | ||||
-rw-r--r-- | inc/classic-contents.inc.php | 2 | ||||
-rw-r--r-- | org/index.php | 1 | ||||
-rw-r--r-- | projects/lowbat.php | 1 |
5 files changed, 4 insertions, 3 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: ../"); ?> diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 7fb4bca..0a7fb44 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -56,7 +56,7 @@ jo_sidebar() { <div class="sidebar"> <ul> <li><a href="<?php echo $prefix; ?>index.php">Home</a></li> - <li><a href="<?php echo $prefix; ?>"c.php">C</a></li> + <li><a href="<?php echo $prefix; ?>c/">C</a></li> <li><a href="<?php echo $prefix; ?>">C++</a></li> <li><a href="<?php echo $prefix; ?>">Lisp</a></li> <li><a href="<?php echo $prefix; ?>">Assembly</a></li> diff --git a/org/index.php b/org/index.php new file mode 100644 index 0000000..d29ead0 --- /dev/null +++ b/org/index.php @@ -0,0 +1 @@ +<?php header("Location: ../"); ?> diff --git a/projects/lowbat.php b/projects/lowbat.php index 7145918..4741d0f 100644 --- a/projects/lowbat.php +++ b/projects/lowbat.php @@ -21,6 +21,5 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { <?php jo_head("lowbat"); ?> <?php jo_sidebar(); ?> <div class="body-contents"> - <h1>lowbat - lightweight low battery notifier</h1> </div> <?php jo_footer(); ?> |