49 lines
873 B
Handlebars
49 lines
873 B
Handlebars
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<style>
|
|
body {
|
|
font-family: sans-serif;
|
|
}
|
|
.entry {
|
|
display: inline-block;
|
|
padding: 20px;
|
|
min-width: 50%;
|
|
}
|
|
.entry_list div:nth-child(odd) {
|
|
background-color: #ddd;
|
|
}
|
|
.fine {
|
|
color: #444;
|
|
font-size: 12px;
|
|
}
|
|
</style>
|
|
<title>PTTH relay</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>PTTH relay</h1>
|
|
|
|
<div class="entry_list">
|
|
|
|
<div>
|
|
<a class="entry" href="frontend/servers/">Server list</a>
|
|
</div>
|
|
|
|
<div>
|
|
<a class="entry" href="frontend/debug/">Debugging tools</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<p class="fine">
|
|
Rendered by PTTH relay server.
|
|
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
|
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
|
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|