red-gate/pages/common.html

51 lines
1.9 KiB
HTML
Raw Normal View History

2024-09-02 16:00:17 +02:00
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2024-09-04 16:23:50 +02:00
<title>The Red Gate</title>
2024-09-02 16:00:17 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Penwing's Website">
<link rel="stylesheet" href="/assets/style.css">
2024-09-04 16:23:50 +02:00
<link rel="icon" href="/assets/gate.png" type="image/png">
2024-09-02 16:00:17 +02:00
</head>
<body>
<div class="sidenav">
<h3><a href="/">Summary</a></h3>
<h3><a href="/tools">Tools</a></h3>
2024-09-03 12:20:39 +02:00
<a class="description" href="/tools#nixos">os</a>
<a class="description" href="/tools#docker">containers</a>
2024-09-02 16:00:17 +02:00
<a class="description" href="/tools#nginx">proxy</a>
<a class="description" href="/tools#cloudflare">domain</a>
<a class="description" href="/tools#portainer">dashboard</a>
2024-09-03 12:20:39 +02:00
<a class="description" href="/tools#yuya">website</a>
2024-09-02 16:00:17 +02:00
<a class="description" href="/tools#pihole">adblocker</a>
<a class="description" href="/tools#searxng">search</a>
<a class="description" href="/tools#forgejo">git server</a>
<a class="description" href="/tools#jellyfin">streaming</a>
<a class="description" href="/tools#stirling">pdf edit</a>
2024-09-04 16:23:50 +02:00
<a class="description" href="/tools#overleaf">latex edit</a>
2024-09-02 16:00:17 +02:00
<a class="description" href="/tools#seafile">storage</a>
2024-09-02 18:25:43 +02:00
<h3><a href="/art">my Art</a></h3>
<h3><a href="/games">my Games</a></h3>
2024-09-02 16:00:17 +02:00
</div>
<p class="topbar">
<a href="/">Home</a> -
<a href="/tools">Tools</a> -
<a href="/art">Art</a> -
<a href="/games">Games</a>
</p>
<div class="main">
#CONTENT#
<p id="spacer"><br></p>
<hr>
<p id="spacer"><br></p>
<h2 id="epilogue">Epilogue</h2>
2024-09-03 12:20:39 +02:00
<p>Inspired by the geniuses behind <a href="https://perfectmotherfuckingwebsite.com/">the perfect website</a>,
2024-09-02 16:00:17 +02:00
because a webpage does not have to be heavier than <a href="https://github.com/chrislgarry/Apollo-11">the code that took us to the moon</a>.</p>
<p>This page is licensed under <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a></p>
</div>
</body></html>