Initial page

This commit is contained in:
Alex Thomassen 2023-10-31 14:58:51 +01:00
commit 55835a7815
3 changed files with 44 additions and 0 deletions

3
custom.css Normal file
View File

@ -0,0 +1,3 @@
body {
max-width: 75%;
}

40
index.html Normal file
View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/water.min.css">
<link rel="stylesheet" href="/custom.css">
<title>Syncthing Relays - Decicus</title>
</head>
<body>
<h1>Syncthing Relays</h1>
<p>A few <a href="https://relays.syncthing.net/" rel="noopener noreferrer">Syncthing Relays</a>, provided by <a href="https://thomassen.sh/">Alex Thomassen</a></p>
<h2>Currently hosted relays</h2>
<table>
<thead>
<tr>
<th>Hostname</th>
<th>IP address</th>
<th>Location</th>
<th>Provider</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>colorful-shadow.srvr.no</code></td>
<td><code>194.32.107.224</code></td>
<td>🇳🇴 Sandefjord, Norway</td>
<td><a href="https://terrahost.com/" rel="noopener noreferrer">TerraHost</a></td>
</tr>
<tr>
<td><code>hidden-ocean.srvr.no</code></td>
<td><code>89.105.197.88</code></td>
<td>🇳🇱 Amsterdam, Netherlands</td>
<td><a href="https://www.hybula.com/" rel="noopener noreferrer">Hybula</a></td>
</tr>
</tbody>
</table>
</body>
</html>

1
water.min.css vendored Normal file

File diff suppressed because one or more lines are too long