aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/index.html b/public/index.html
deleted file mode 100644
index 4a9566a..0000000
--- a/public/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{template "head"}}
-
-<h1>koushin</h1>
-
-<p>Mailboxes:</p>
-<ul>
- {{range .Mailboxes}}
- <li>{{.Name}}</li>
- {{end}}
-</ul>
-
-{{template "foot"}}