diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-09 00:40:37 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-09 00:40:37 +0100 |
commit | ac75155ee1cd96015113fe40b038c9367e1c6d35 (patch) | |
tree | 92a5cafb8968219703e9d9c4c9dee1a5ade6a19c /projects | |
parent | email update (diff) | |
download | joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.tar.gz joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.tar.bz2 joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.tar.xz joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.tar.zst joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.zip |
Added cool gifs
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.php | 3 | ||||
-rw-r--r-- | projects/lowbat.php | 28 |
2 files changed, 19 insertions, 12 deletions
diff --git a/projects/index.php b/projects/index.php index e897442..01635d0 100644 --- a/projects/index.php +++ b/projects/index.php @@ -23,7 +23,8 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { <div class="body-contents"> <h1>My personnal projects</h1> <p> - These are the personnal projects I have worked on or that are still being developped: + These are some of the personnal projects I have worked on or + that are still being developped: </p> <ul> <li> diff --git a/projects/lowbat.php b/projects/lowbat.php index b1e9279..a114bbc 100644 --- a/projects/lowbat.php +++ b/projects/lowbat.php @@ -1,14 +1,20 @@ -<!-- ----------------------------------------------------------------------- --> -<!-- --> -<!-- File : lowbat.php /_________/ --> -<!-- Authors : Joe | --> -<!-- Date : 06/2020 | --> -<!-- Info : lowbat page | --> -<!-- / | --> -<!-- \ / --> -<!-- \_____/ --> -<!-- --> -<!-- ----------------------------------------------------------------------- --> +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: projects/lowbat.php + * Sat Jan 8 23:41:42 CET 2022 + * Joe +--> <?php $prefix = "./"; |