67 lines
1.8 KiB
HTML
67 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>dn724</title>
|
|
|
|
<style>
|
|
html {
|
|
font: 1.1rem/1.4rem Verdana, Geneva, Tahoma, sans-serif;
|
|
margin: 10px 20px;
|
|
}
|
|
tr {
|
|
border-radius: 10px;
|
|
box-shadow: 0 1px 2px #eee;
|
|
}
|
|
td, th {
|
|
padding: 0 20px;
|
|
text-align: left;
|
|
}
|
|
th {
|
|
padding-bottom: 6px;
|
|
border-right: 1px solid #eee;
|
|
}
|
|
th:last-child {
|
|
border-right: none;
|
|
}
|
|
td:nth-child(even) {
|
|
box-shadow: 0 0px 1px #eee;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: blue;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<th>Service</th>
|
|
<th>Address</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Minetest</td>
|
|
<td>nodecode.pivipi.dn42<br></td>
|
|
<td>
|
|
<ul>
|
|
<li>Game: NodeCore</li>
|
|
<li>Hosted in Netherlands</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Minecraft</td>
|
|
<td>fd11:ef8b:72ac::<br></td>
|
|
<td>
|
|
<ul>
|
|
<li>Running on Cuberite</li>
|
|
<li>Hosted in Poland</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|