87 lines
1.7 KiB
HTML
87 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<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>
|
|
<h2>Just somebody on the internet</h2>
|
|
|
|
<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>
|