commit cc2bfd1615c67dcc263a5802d08a825e1615487f
Author: Shipwreckt <me@shipwreckt.co.uk>
Date: Thu, 30 Jul 2026 00:41:50 +0100
inital commit
Diffstat:
| A | html/SV/index.html | | | 105 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | html/index.html | | | 107 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | html/main.css | | | 97 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | html/table.html | | | 27 | +++++++++++++++++++++++++++ |
4 files changed, 336 insertions(+), 0 deletions(-)
diff --git a/html/SV/index.html b/html/SV/index.html
@@ -0,0 +1,105 @@
+<!DOCTYPE html>
+<html lang="sv">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>ESSE</title>
+ <link rel="stylesheet" href="/main.css">
+</head>
+
+<body>
+ <header>
+ <h1>Välkommen till ESSE</h1> <hr> </header>
+
+ <main>
+ <section>
+ <h2>Vad är ESSE?</h2>
+
+ <p>
+ ESSE står för <strong>Experimental Shared System Environment</strong>.
+ Det är en plats där jag och ett fåtal utvalda personer kan experimentera,
+ ha sönder och laga saker. Överlag är det en rolig upplevelse.
+ </p>
+ </section>
+
+ <hr>
+
+ <section>
+ <h2>ESSE:s historia</h2>
+
+ <ul>
+ <li>
+ Början av 2025: VPS:en skapades som
+ <a href="https://shipwreckt.co.uk">Shipwreckt</a>s privata server.
+ </li>
+
+ <li>
+ 2026-07-07: Den gamla privata VPS:en ominstallerades och den
+ delade VPS:en sattes upp för användning av
+ <a href="/~gositi">Gositi</a> och
+ <a href="/~shipwreckt">Shipwreckt</a>.
+ </li>
+
+ <li>
+ 2026-07-10: Shipwreckt förbättrar SSH-säkerheten.
+ </li>
+
+ <li>
+ 2026-07-10: Gositi får igång lighttpd, varefter
+ Shipwreckt råkar förstöra startsidan!
+ </li>
+
+ <li>
+ 2026-07-11: esse-box.uk köps in för servern.
+ Shipwreckt.co.uk flyttas också över. Båda använder nu HTTPS.
+ </li>
+ </ul>
+ </section>
+
+ <hr>
+
+ <section>
+ <h2>Projekt under utveckling</h2>
+
+ <ul>
+ <li>
+ Denna webbplats
+ <ul>
+ <li>Publik PGP-nyckelportal</li>
+ </ul>
+ </li>
+
+ <li>Git-webbgränssnitt</li>
+ </ul>
+ </section>
+
+ <hr>
+
+ <section>
+ <h2>ESSE-användare</h2>
+
+ <p><strong>*</strong> = sudo-användare</p>
+
+ <nav aria-label="Användarsidor">
+ <ul>
+ <li><a href="/~shipwreckt">Shipwreckt *</a></li>
+ <li><a href="/~gositi">Gositi *</a></li>
+ </ul>
+ </nav>
+
+ <h3>Kommer vi att få nya medlemmar?</h3>
+
+ <p>
+ För tillfället, nej. Kanske i framtiden, men vi skulle verkligen
+ behöva kunna lita på den personen.
+ </p>
+ </section>
+ </main>
+
+ <footer>
+ <hr>
+ <p>Språk: <a href="../index.html">EN</a></p>
+ <pre>E-post: <a href="mailto:contact@esse-box.uk">contact@esse-box.uk</a> © 2026 ESSE</pre>
+ </footer>
+</body>
+</html>
diff --git a/html/index.html b/html/index.html
@@ -0,0 +1,107 @@
+<!DOCTYPE html>
+<html lang="en_GB">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>ESSE</title>
+ <link rel="stylesheet" href="main.css">
+ </head>
+
+ <body>
+ <header>
+ <h1>Welcome to ESSE</h1> <hr> </header>
+
+ <main> <section>
+ <h2>What is ESSE?</h2>
+
+ <p>
+ ESSE stands for the <strong>Experimental Shared System Environment</strong>.
+ It is a place where myself and a select few people can mess around with,
+ break, and fix things. Overall, it is a good time.
+ </p>
+ </section>
+
+ <hr>
+
+ <section>
+ <h2>ESSE History</h2>
+
+ <ul>
+ <li>
+ Early 2024: VPS is created as
+ <a href="https://shipwreckt.co.uk">Shipwreckt</a>'s private server.
+ </li>
+
+ <li>
+ 2026-07-07: The old private VPS is re-imaged and the shared VPS is
+ set up for use by
+ <a href="/~gositi">Gositi</a> and
+ <a href="/~shipwreckt">Shipwreckt</a>.
+ </li>
+
+ <li>
+ 2026-07-10: Shipwreckt tightens SSH security.
+ </li>
+
+ <li>
+ 2026-07-10: Gositi gets lighttpd up and running, after which
+ Shipwreckt accidentally ruins the home page!
+ </li>
+
+ <li>
+ 2026-07-11: esse-box.uk is purchased for the server.
+ Shipwreckt.co.uk is also moved over. Both now use HTTPS.
+ </li>
+ <li>
+ 2026-07-28: Shipwreckt setup the PGP server
+ </li>
+ </ul>
+ </section>
+
+ <hr>
+
+ <section>
+ <h2>Projects in the Works</h2>
+
+ <ul>
+ <li>Git web frontend</li>
+ <li>Bulletin board</li>
+ </ul>
+ </section>
+
+ <hr>
+
+ <section>
+ <h2>ESSE Users</h2>
+
+ <p><strong>*</strong> = Sudoer</p>
+
+ <ul>
+ <li><a href="/~shipwreckt">Shipwreckt *</a></li>
+ <li><a href="/~gositi">Gositi *</a></li>
+ </ul>
+
+ <h3>Will we have new members?</h3>
+
+ <p>
+ For right now, no. Maybe in the future, but we'd really need
+ to trust that person.
+ </p>
+
+ <hr>
+
+ <h2>ESSE services</h2>
+ <ul>
+ <li><a href="https://pgp.esse-box.uk">PGP server</a></li>
+ </ul>
+ </section>
+ </main>
+
+ <footer>
+ <hr>
+ <p>Languages: <a href="SV/index.html">SV</a></p>
+ <pre>Email: <a href="mailto:contact@esse-box.uk">contact@esse-box.uk</a> © 2026 ESSE</pre>
+ </footer>
+ </body>
+</html>
+
diff --git a/html/main.css b/html/main.css
@@ -0,0 +1,97 @@
+/* ESSE - attempt 3 at a retro amber terminal theme */
+
+* {
+ box-sizing: border-box;
+}
+
+body {
+ background: #000;
+ color: #ffb000;
+ font-family: "Courier New", Courier, monospace;
+ font-size: 16px;
+ line-height: 1.6;
+
+ max-width: 900px;
+ margin: 0 auto;
+ padding: 2rem;
+}
+
+h1,
+h2,
+h3 {
+ color: #ffd35a;
+ font-weight: normal;
+ margin-top: 1.5rem;
+}
+
+hr {
+ border: none;
+ border-top: 1px solid #8a5a00;
+ margin: 1.5rem 0;
+}
+
+p,
+li {
+ color: #ffb000;
+}
+
+ul {
+ padding-left: 2em;
+}
+
+/* Links */
+
+a {
+ color: #ffc640;
+ text-decoration: underline;
+ transition: color 0.15s ease;
+}
+
+a:visited {
+ color: #d99800;
+}
+
+a:hover,
+a:focus {
+ color: #ffe27a;
+}
+
+a:active {
+ color: #fff0a8;
+}
+
+strong {
+ color: #ffe38c;
+}
+
+pre {
+ font-family: inherit;
+ white-space: pre-wrap;
+ margin: 0;
+}
+
+header,
+main,
+
+footer {
+ margin-top: 2rem;
+ font-size: 0.95rem;
+}
+
+::selection {
+ background: #ffb000;
+ color: #000;
+}
+
+/* CRTesc glow */
+body,
+h1,
+h2,
+h3,
+a,
+strong {
+ text-shadow:
+ 0 0 2px rgba(255, 176, 0, 0.8),
+ 0 0 8px rgba(255, 176, 0, 0.2);
+}
+
diff --git a/html/table.html b/html/table.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>Sudoers</title>
+ </head>
+ <header>
+ <h1>Welcome to the sudoers corner</h1>
+ <hr>
+ </header>
+ <body>
+
+ <pre>
+ ___
+G | | S
+So Gositi,
+What are we
+doing today?
+
+Soon we will
+Make this page
+Public!!!
+
+
+ </pre>
+ </body>
+</html>