39 lines
		
	
	
		
			538 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			538 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;
 | 
						|
	}
 | 
						|
</style>
 | 
						|
<title>{{server_name}}</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
<div class="entry_list">
 | 
						|
 | 
						|
<div>
 | 
						|
<a class="entry" href="../">📁 ../</a>
 | 
						|
</div>
 | 
						|
 | 
						|
<div>
 | 
						|
<a class="entry" href="files/">
 | 
						|
📁 Files
 | 
						|
</a>
 | 
						|
</div>
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |