diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-13 18:22:02 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-13 18:22:02 +0100 |
commit | 5048b179b3294d9fcb65c5983ea4eae7fa63ddbe (patch) | |
tree | d11f91aadb73194b1c7a64a220f0a43551a37099 | |
parent | 482e96861f0489039ffdacf99c3e8c8a84d24f3a (diff) |
added new artical and fixed dumb mistake on dotfiles page. I have also added some project ideas
-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 823e7b4..1f07b28 100644 --- a/public/index.html +++ b/public/index.html @@ -42,9 +42,10 @@ <br> <p>Also quick note this website does need javascript enabled, the javascript can be viewed <a href="https://gitlab.com/Shipwreckt/website/-/blob/master/public/script.js?ref_type=heads">Here</a> if you want to look at it.</p> - <h2>Some project ideas on my mind</h2> + <h3>Some project ideas on my mind / Todo list</h3> <ul> <li>Getting PlayStation VR working under Linux</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> |