diff options
Diffstat (limited to 'public/links.html')
-rw-r--r-- | public/links.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/public/links.html b/public/links.html index 4681bd4..dc8d914 100644 --- a/public/links.html +++ b/public/links.html @@ -21,10 +21,17 @@ <main class="description"> <hr> <h2>Links</h2> - <p>Other personal websites</p> + <p>Other personal websites of people I know</p> <ul> <li><a href="https://tippfehlr.dev/">tippfehlr.dev</a></li> </ul> + <p>Projects I use and love</p> + <ul> + <li><a href="https://nuclear.js.org/">Nuclear music player</a></li> + <li><a href="https://www.blender.org/">Blender</a></li> + <li><a href="https://librewolf.net/">Librewolf</a></li> + <li><a href="https://gnu.org/">The GNU project</a></li> + </ul> </main> </body> </html> |