summaryrefslogtreecommitdiff
path: root/public/archive/index.html
blob: 6705438721485778c56e8ada180b9fceb8aeaa36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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>