summaryrefslogtreecommitdiff
path: root/dir.html
diff options
context:
space:
mode:
Diffstat (limited to 'dir.html')
-rw-r--r--dir.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dir.html b/dir.html
new file mode 100644
index 0000000..b570d3e
--- /dev/null
+++ b/dir.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ {{if .Name}}<title>{{ .Name }}</title>{{end}}
+ </head>
+ <body>
+<pre>{{range .ListEntries}}
+<a href="{{ .Name }}">{{ .Name }}</a> {{ .Size }}{{end}}
+</pre>
+ </body>
+</html>