From e187a3e94c9f381b58854cc5429d40cac14e6800 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 12 Feb 2019 06:25:54 +0100 Subject: Manage GET (the base) --- dir.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dir.html (limited to 'dir.html') diff --git a/dir.html b/dir.html new file mode 100644 index 0000000..b570d3e --- /dev/null +++ b/dir.html @@ -0,0 +1,11 @@ + + + + {{if .Name}}{{ .Name }}{{end}} + + +
{{range .ListEntries}}
+{{ .Name }}	{{ .Size }}{{end}}
+
+ + -- cgit v1.2.3