aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorLibravatarLibravatar Simon Ser <[email protected]> 2019-12-02 18:21:45 +0100
committerLibravatarLibravatar Simon Ser <[email protected]> 2019-12-02 18:21:45 +0100
commit39629b074063f4f33d8b82c22023d7207bc431de (patch)
tree96ff288aa5f65d6ef11fc75528564d3266e594c7 /public/index.html
parente9d31b0940793542021b5218e406d6e0c668c185 (diff)
downloadalps-39629b074063f4f33d8b82c22023d7207bc431de.tar.gz
alps-39629b074063f4f33d8b82c22023d7207bc431de.tar.bz2
alps-39629b074063f4f33d8b82c22023d7207bc431de.zip
Add basic message list
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"}}