blob: 2caf5a2b1b24fe5d1d8c59666e689037efd43909 (
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
38
39
40
41
42
|
<!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>
<footer>
<center>
<pre> <a href="https://www.gnu.org/licenses/copyleft.en.html">🄯 2023-2025 Shipwreckt</a> - <a href="https://git.shipwreckt.co.uk/Website.git/">Source code</a> - <a href="mailto:me@shipwreckt.co.uk">me@shipwreckt.co.uk</a></pre>
</center>
</footer>
</html>
|