From 77fb1d63635bb61b26296b742d2d57ea40566884 Mon Sep 17 00:00:00 2001 From: clsr Date: Thu, 16 Jun 2016 02:18:59 +0200 Subject: Initial commit; forked from pantsu/pomf --- pages/index.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 pages/index.html (limited to 'pages/index.html') diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..4509570 --- /dev/null +++ b/pages/index.html @@ -0,0 +1,49 @@ + + + + + + {{ .SiteName }} · Kawaii File Hosting + + + + + +
+
+

Ohayou!

+

Max upload size is {{ .MaxSize }}, read the FAQ

+ +
+ + + + +
+ + {{ with .Result }} +
    + {{ range .Files }} +
  • + {{ .Name }} + {{ .Url }} +
  • + {{ end }} +
+ {{ end }} + +
+ + +
+ + -- cgit