diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-30 00:48:36 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-30 00:48:36 +0200 |
commit | 53df056567d3247cf579cce6e17a67675c6deba9 (patch) | |
tree | 9c3734cb516fd190f10d2eb73d5626c6256cdb5a /projects | |
parent | Better be honnest. Salad's link update too (diff) | |
download | joe-www-53df056567d3247cf579cce6e17a67675c6deba9.tar.gz joe-www-53df056567d3247cf579cce6e17a67675c6deba9.tar.bz2 joe-www-53df056567d3247cf579cce6e17a67675c6deba9.tar.xz joe-www-53df056567d3247cf579cce6e17a67675c6deba9.tar.zst joe-www-53df056567d3247cf579cce6e17a67675c6deba9.zip |
New project
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/index.php b/projects/index.php index 8374359..b7a612f 100644 --- a/projects/index.php +++ b/projects/index.php @@ -28,6 +28,11 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { </p> <ul> <li> + <a href="">go2work</a> - + TUI or just CLI alarm clock made to learn Go, + right in your BSD or Linux terminal + </li> + <li> <a href="<?php echo $prefix; ?>projects/lowbat.php">lowbat</a> - a lightweight low battery notifier for Linux and BSD </li> |