diff options
Diffstat (limited to 'projects/lowbat.php')
-rw-r--r-- | projects/lowbat.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/projects/lowbat.php b/projects/lowbat.php new file mode 100644 index 0000000..7145918 --- /dev/null +++ b/projects/lowbat.php @@ -0,0 +1,26 @@ +<!-- ----------------------------------------------------------------------- --> +<!-- --> +<!-- File : lowbat.php /_________/ --> +<!-- Authors : Joe | --> +<!-- Date : 06/2020 | --> +<!-- Info : lowbat page | --> +<!-- / | --> +<!-- \ / --> +<!-- \_____/ --> +<!-- --> +<!-- ----------------------------------------------------------------------- --> + +<?php +$prefix = "./"; +$curr_dir = basename(getcwd()); +if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { + $prefix = "../"; +} +?> +<?php include $prefix."inc/classic-contents.inc.php"; ?> +<?php jo_head("lowbat"); ?> +<?php jo_sidebar(); ?> +<div class="body-contents"> + <h1>lowbat - lightweight low battery notifier</h1> +</div> +<?php jo_footer(); ?> |