built site

This commit is contained in:
lane
2026-04-12 18:04:18 +08:00
parent 83ec67e4e2
commit 3b9c4a2d7f
4 changed files with 88 additions and 0 deletions

3
public/404.html Normal file
View File

@@ -0,0 +1,3 @@
<!doctype html>
<title>404 Not Found</title>
<h1>404 Not Found</h1>

75
public/index.html Normal file
View File

@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset = "UTF-8">
<title>gupland</title>
<link rel="stylesheet" href="/bundle.css">
</head>
<body>
<nav>
<div class="container">
<a href="https://git.gupland.xyz">git</a>
<a href="https://wiki.gupland.xyz">wiki</a>
</div>
</nav>
<main>
<section class="hero">
<div class="container">
<h1>gupland</h1>
<p>communal computing in the 2020s!</p>
</div>
</section>
<section class="block intro">
<div class="container">
<h2>what is this?/what are we?</h2>
<p>we are a small group of users socializing on a linux server, an iteration of a pubnix (access unix system) or tilde community.</p>
</div>
</section>
<section class="block services">
<div class="container">
<h2>services and activities</h2>
<p>we offer a selection of (mostly internally-accessible) services and activities to members</p>
<ul>
<li><a href="https://github.com/zachlatta/sshtron">sshtron</a> - multiplayer lightcycle snake-esque game, accessible from the shell as <code>tron</code>.</li>
<li><a href="https://github.com/vicgeralds/vitetris">vitetris</a> - multiplayer/singleplayer tetris clone for the terminal.</li>
<li><a href="https://github.com/jifunks/botany">botany</a> - grow a plant in the terminal!</li>
<li>local irc</li>
<li>your own personal website served at <code>https://gupland.xyz/~yourusername</code> from your files in <code>$HOME/public_html</code></li>
<li>standard local unix <code>mail</code> and various clients</li>
</ul>
</div>
</section>
<section class="block registration">
<div class="container">
<h2>registration</h2>
<p>if the aforementioned interests you and you would like to join us, you can request a shell account by emailing us at <a href="mailto:root@gupland.xyz">root@gupland.xyz</a>, please include your:</p>
<ul>
<li>ssh public key</li>
<li>desired username (all lowercase only)</li>
<li>a short introduction of yourself</li>
</ul>
</div>
</section>
<section class="block admins">
<div class="container">
<h2>admins:</h2>
<ul>
<li><a href="/~lane">lane</a></li>
<li><a href="/~aubrey">aubrey</a></li>
</ul>
</div>
</section>
<section class="block hostkeys">
<div class="container">
<h2>ssh public hostkeys</h2>
<pre><code>SHA256:wxjUvAfQP7HacSrjwCDbPdZ7hgPVgJEv5S5HdMFKE0k (RSA)
SHA256:IxmGELSVB/TjxTxZ78upTdLCNTfkv5fUGFnQkRybrzM (ECDSA)
SHA256:84j3BPqFmvRVD51MnLj+VcEq93ZWTFahCeF1cTlcs6k (ED25519)</code></pre>
</div>
</section>
</main>
</body>
</html>

4
public/robots.txt Normal file
View File

@@ -0,0 +1,4 @@
User-agent: *
Disallow:
Allow: /
Sitemap: https://gupland.xyz/sitemap.xml

6
public/sitemap.xml Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://gupland.xyz/</loc>
</url>
</urlset>