logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

home.shtml (1000B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <link rel="me" href="mailto:contact+blog@hacktivis.me"/>
  6. <title>Projects — lanodan’s cyber-home</title>
  7. </head>
  8. <body>
  9. <!--#include file="/templates/en/nav.shtml" -->
  10. <main>
  11. <h1>Projects</h1>
  12. <dl>
  13. <dt><a href="/projects/badwolf">BadWolf</a></dt><dd>Minimalist and privacy-oriented web browser based on WebKitGTK</dd>
  14. <dt><a href="https://pleroma.social/">Pleroma</a></dt><dd>Free and open communication for everyone, social networking software compatible with other Fediverse software such as Misskey, Pixelfed, Mastodon and many others.</dd>
  15. <dt><a href="/projects/deblob">deblob</a></dt><dd>Remove binary executables from a directory</dd>
  16. <dt><a href="/git/">Miscellaneous</a></dt><dd>Projects that don't yet warrant their dedicated project page or mention</dd>
  17. </dl>
  18. </main>
  19. <!--#include file="/templates/en/footer.shtml" -->
  20. </body>
  21. </html>