52 lines
		
	
	
		
			907 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			907 B
		
	
	
	
		
			HTML
		
	
	
<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;
 | 
						|
		width: 100%;
 | 
						|
		text-decoration: none;
 | 
						|
	}
 | 
						|
	.entry_list div:nth-child(even) {
 | 
						|
		background-color: #ddd;
 | 
						|
	}
 | 
						|
	.fine {
 | 
						|
		color: #444;
 | 
						|
		font-size: 12px;
 | 
						|
	}
 | 
						|
</style>
 | 
						|
<title>{{metrics_startup.server_name}}</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
<h1>{{metrics_startup.server_name}}</h1>
 | 
						|
 | 
						|
<div class="entry_list">
 | 
						|
 | 
						|
<div>
 | 
						|
<a class="entry" href="../">📁 ../</a>
 | 
						|
</div>
 | 
						|
 | 
						|
<div>
 | 
						|
<a class="entry" href="files/">
 | 
						|
📁 Files
 | 
						|
</a>
 | 
						|
</div>
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
<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>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |