Actually edit website

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-01-06 13:58:02 -06:00
parent 8a2525d28e
commit 4831e3ca47
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
4 changed files with 104 additions and 19 deletions

View File

@ -1,7 +1,7 @@
kind: pipeline
steps:
- name: rsync
- name: deploy
image: drillster/drone-rsync
settings:
user:

View File

@ -1,7 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<h1>404 Not Found</h1>
<em>You may ask yourself: <strong>well, how did I get here?</strong></em> <br />
<small><small>By a bad link, probably</small></small>
<head>
<meta charset="utf-8" />
<title>Plain HTML is good</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div align="center">
<h1>404 Not Found</h1>
<em>
You may ask yourself:
<strong>
well, how did I get here?
</strong>
</em>
<br />
<small>
<small>
By a bad link, probably
</small>
</small>
<br />
<br />
<a href="https:
//samtherapy.net">Go back home</a>
</div>
</body>
</html>

View File

@ -1,27 +1,87 @@
<!DOCTYPE html>
<html lang="en-US">
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Plain HTML is good</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h2>Just somebody on the internet</h2>
<h3>Gone again.</h3>
<p>Just a person on the internet too much.</p>
<p>I (owned and) operated <!--a <a href="https://fedi.samtherapy.net">Pleroma</a> instance,--> a <a href="https://bird.samtherapy.net">Twitter-to-Pleroma bridge</a>, an accompanying <a href="https://nitter.samtherapy.net">Nitter</a> instance, an <a href="https://invidious.samtherapy.net">Invidious</a> instance, a <a href="https://funkwhale.samtherapy.net/">Funkwhale</a> instance, a <a href="/searx">Searx</a> instance, and <a href="https://poopchan.org">a federated imageboard</a>.</p>
<p>I don't know what else to put here. You can mainly find me nowhere.<br />
<small>or on XMPP sam@samtherapy.net<br /></small></small> </p>
<p>Maybe my <a href="/PGP.asc">PGP key</a> if you want to shoot me an email?<br />
<small>The fingerprint is 31EC 437B 458E 29B4 2F76 4409 4D8B 07C1 8F31 ACBD <br> <small> the email is sam @ this website</small> </small>
<p>
Just a person on the internet too much.
</p>
<table align="center">
<tr>
<th>
How about a list of things I host?
</th>
</tr>
<tr align="center">
<td>
<a href="https://froth.zone">Pleroma</a>
</td>
</tr>
<tr align="center">
<td>
<a href="https://blog.froth.zone">Blog</a>
</td>
</tr>
<tr align="center">
<td>
<a href="https://funkwhale.samtherapy.net">Funkwhale</a>
</td>
</tr>
<tr align="center">
<td>
<a href="https://tube.froth.zone">Peertube</a>
</td>
</tr>
<tr align="center">
<td>
<a href="https://cy.tube.froth.zone">Cytube</a>
</td>
</tr>
<tr align="center">
<td>
<a href="https://invidious.samtherapy.net">Invidious</a>
</td>
</tr>
<tr align="center">
<td>
<a href="https://nitter.bird.froth.zone">Nitter</a>
</td>
</tr>
<tr align="center">
<td>
<a href="https://bibliogram.froth.zone">Bibliogram</a>
</td>
</tr>
</table>
<p>
I don't know what else to put here.
</p>
<details>
<summary>
Contact details
</summary>
Maybe my <a href="/PGP.asc">PGP key</a> if you want to shoot me an email?<br />
<small>
The fingerprint is 31EC 437B 458E 29B4 2F76 4409 4D8B 07C1 8F31 ACBD <br />
<small>
the email is sam @ this website <br />
</small>
<small>
or on XMPP, same address<br />
</small>
</small>
</details>
</body>
</html>

View File

@ -1,3 +1 @@
a {
color:blue
} /* Globally */
a { color:blue } /* Globally */