diff options
| author | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-31 20:02:14 +0000 |
|---|---|---|
| committer | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-31 20:02:14 +0000 |
| commit | 7a52ddeba2a68388b544f529d2d92104420f77b0 (patch) | |
| tree | 15ddd47457a2cb4a96060747437d36474e4f6b4e /public/archive/index.html | |
| parent | 53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff) | |
Changed from static to 11ty!
Diffstat (limited to 'public/archive/index.html')
| -rw-r--r-- | public/archive/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/public/archive/index.html b/public/archive/index.html new file mode 100644 index 0000000..6705438 --- /dev/null +++ b/public/archive/index.html @@ -0,0 +1,37 @@ +<!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>Archive</h1> +<h2>Computing</h2> +<p><a href="linux">Linux</a> - Documentation, tutorials, opinions, all about the Linux operating system</p> +<p><a href="internet">The Internet</a> - Tips, security, and more!</p> +<h2>College</h2> +<p>Soon I will post my polished notes from college here!</p> + + </main> + </body> +</html> + |
