diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-03 14:33:20 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-03 14:34:15 +0100 |
commit | 9f6b086f62c9da8901d3f021aa65cc13661e1e45 (patch) | |
tree | dfcd94a7962e3c9c4c1b47ca60077a2268c2ebf7 /public/mailbox.html | |
parent | e62b48caa8e7664ffbed41e9f7c10b90f18fca8b (diff) | |
download | alps-9f6b086f62c9da8901d3f021aa65cc13661e1e45.tar.gz alps-9f6b086f62c9da8901d3f021aa65cc13661e1e45.zip |
Add compose view
Diffstat (limited to 'public/mailbox.html')
-rw-r--r-- | public/mailbox.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/mailbox.html b/public/mailbox.html index c4ff097..303bdb4 100644 --- a/public/mailbox.html +++ b/public/mailbox.html @@ -2,7 +2,9 @@ <h1>koushin</h1> -<a href="/logout">Logout</a> +<p> + <a href="/logout">Logout</a> ยท <a href="/compose">Compose</a> +</p> <h2>{{.Mailbox.Name}}</h2> |