2020-11-08 15:53:09 +00:00
|
|
|
<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: 10px;
|
2020-11-08 17:58:14 +00:00
|
|
|
width: 100%;
|
2020-11-08 15:53:09 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-11-08 17:58:14 +00:00
|
|
|
.entry_list div:nth-child(even) {
|
2020-11-08 15:53:09 +00:00
|
|
|
background-color: #ddd;
|
|
|
|
}
|
2021-10-20 09:51:47 +00:00
|
|
|
.fine {
|
|
|
|
color: #444;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2020-11-08 15:53:09 +00:00
|
|
|
</style>
|
2020-12-20 19:46:30 +00:00
|
|
|
<title>{{metrics_startup.server_name}}</title>
|
2020-11-08 15:53:09 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2020-12-20 19:46:30 +00:00
|
|
|
<h1>{{metrics_startup.server_name}}</h1>
|
|
|
|
|
2020-11-08 15:53:09 +00:00
|
|
|
<div class="entry_list">
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<a class="entry" href="../">📁 ../</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<a class="entry" href="files/">
|
|
|
|
📁 Files
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2021-10-20 09:51:47 +00:00
|
|
|
<p class="fine">
|
|
|
|
Rendered by PTTH end 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>
|
|
|
|
|
2020-11-08 15:53:09 +00:00
|
|
|
</body>
|
|
|
|
</html>
|