diff options
-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> |