diff options
-rw-r--r-- | public/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 1f07b28..6171ca8 100644 --- a/public/index.html +++ b/public/index.html @@ -45,8 +45,9 @@ <h3>Some project ideas on my mind / Todo list</h3> <ul> <li>Getting PlayStation VR working under Linux</li> + <li>Work on learning the C programming language</li> + <li>Keep writing my Linux guide.</li> <li>Test out <a href="https://pi-hole.net/">Pihole</a> on my wifi router</li> - <li>Making xinitrc working on my Dotfiles on first install</li> </ul> </section> |