From 39629b074063f4f33d8b82c22023d7207bc431de Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 2 Dec 2019 18:21:45 +0100 Subject: Add basic message list --- public/mailbox.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/mailbox.html (limited to 'public/mailbox.html') diff --git a/public/mailbox.html b/public/mailbox.html new file mode 100644 index 0000000..2f5cdb6 --- /dev/null +++ b/public/mailbox.html @@ -0,0 +1,19 @@ +{{template "head"}} + +

koushin

+ +

Mailboxes:

+ + +

Messages:

+ + +{{template "foot"}} -- cgit v1.2.3-59-g8ed1b