Loothandler
This commit is contained in:
parent
6d8d316bb1
commit
67156fee7e
18
files.html
18
files.html
@ -1,18 +0,0 @@
|
|||||||
<!-- files.html -->
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Files</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h2>Files</h2>
|
|
||||||
<ul>
|
|
||||||
{{range .Files}}
|
|
||||||
<li>{{.}}</li>
|
|
||||||
{{end}}
|
|
||||||
</ul>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user