summaryrefslogtreecommitdiff
path: root/public/links/index.html
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
commit7a52ddeba2a68388b544f529d2d92104420f77b0 (patch)
tree15ddd47457a2cb4a96060747437d36474e4f6b4e /public/links/index.html
parent53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff)
Changed from static to 11ty!
Diffstat (limited to 'public/links/index.html')
-rw-r--r--public/links/index.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/public/links/index.html b/public/links/index.html
new file mode 100644
index 0000000..6195791
--- /dev/null
+++ b/public/links/index.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Shipwreckt</title>
+ <link rel="stylesheet" href="/assets/css/main.css">
+ </head>
+ <body>
+ <header>
+ <nav class="site-nav">
+ <div class="nav-container">
+ <div class="nav-left">
+ <a href="/" class="site-title">Shipwreckt</a>
+ </div>
+ <ul class="nav-right">
+ <li><a href="/">Home</a></li>
+ <li><a href="/archive/">Archive</a></li>
+ <li><a href="/links/">Links</a></li>
+ <li><a href="/contact/">Contact</a></li>
+ </ul>
+ </div>
+ </nav>
+ <hr>
+ </header>
+ <main>
+ <h1>Friends sites</h1>
+<p><a href="https://www.gositi.se/">Gositi</a></p>
+<h1>Projects I use and love</h1>
+<ul>
+<li><a href="https://librewolf.net/">Librewolf</a></li>
+<li><a href="https://gnu.org/">The GNU project</a></li>
+<li><a href="https://annas-archive.li/">Anna’s Archive</a></li>
+<li><a href="https://suckless.org">Suckless software</a></li>
+</ul>
+<h1>Projects I am yet to try</h1>
+<ul>
+<li><a href="https://codeberg.org/dwl/dwl">dwl</a> (wayland dwm)</li>
+<li><a href="https://www.hyphanet.org/index.html">Freenet / Hyphanet</a></li>
+<li><a href="https://www.gnunet.org/en/">GNUnet</a></li>
+
+ </main>
+ </body>
+</html>
+