diff options
Diffstat (limited to 'public/links')
| -rw-r--r-- | public/links/index.html | 45 |
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> + |
