summaryrefslogtreecommitdiff
path: root/public/archive/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/archive/index.html')
-rw-r--r--public/archive/index.html37
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>
+