diff options
author | 2019-12-02 18:21:45 +0100 | |
---|---|---|
committer | 2019-12-02 18:21:45 +0100 | |
commit | 39629b074063f4f33d8b82c22023d7207bc431de (patch) | |
tree | 96ff288aa5f65d6ef11fc75528564d3266e594c7 /public/index.html | |
parent | e9d31b0940793542021b5218e406d6e0c668c185 (diff) | |
download | alps-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.html | 12 |
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"}} |