95 lines
2 KiB
HTML
95 lines
2 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>
|
|
<div class="splitscreen">
|
|
<div class = "left">
|
|
<table>
|
|
<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>
|
|
</div>
|
|
<div class = "right">
|
|
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="400" height="800" src="https://fedifeed.com/api/v1/feed?user=sam&instance=https%3A%2F%2Ffroth.zone&instance_type=&theme=pleroma&size=100&header=true&replies=false&boosts=false"></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<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>
|