From 238d7a12de4ad095c297f214a76438110798208b Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 8 Dec 2022 18:34:25 +0100 Subject: Initial commit --- index.html | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..81de88d --- /dev/null +++ b/index.html @@ -0,0 +1,90 @@ + + + + + +

Index of {{.CurrentPath}}

+
+ Exec + + + + + + + + + + + + {{if ne .CurrentPath "/"}} + + + + + + {{end}} + {{range .Files}} + + + + + + {{end}} +
+ . + + [gzip] + [tar] +
+ .. + + [gzip] + [tar] +
+ {{if .Info.IsDir}} + {{.Info.Name}}/ + {{else}} + {{.Info.Name}} + {{end}} + + {{if .Info.IsDir}} + [gzip] + [tar] + {{end}} + {{format .Info.ModTime}}
+ + -- cgit v1.2.3