Loothandler

This commit is contained in:
Joren Schipman
2024-05-04 01:30:04 +02:00
parent 04db12a77f
commit 6d8d316bb1
6 changed files with 156 additions and 2 deletions

17
loot.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loot</title>
</head>
<body>
<h2>Loot</h2>
<ul>
{{range .UIDs}}
<li><a href="/files/{{.}}">{{.}}</a></li>
{{end}}
</ul>
</body>
</html>