From 4d684000363ba5154878b93b522265f8a95be76c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 28 Jan 2020 20:04:33 +0100 Subject: plugins/base: add settings page Add a settings page where the user can change the number of messages displayed per page. --- plugins/base/public/settings.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 plugins/base/public/settings.html (limited to 'plugins/base/public/settings.html') diff --git a/plugins/base/public/settings.html b/plugins/base/public/settings.html new file mode 100644 index 0000000..c0d715c --- /dev/null +++ b/plugins/base/public/settings.html @@ -0,0 +1,18 @@ +{{template "head.html"}} + +

koushin

+ +

+ Back +

+ +

Settings

+ +
+ + +

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