From f48897e6c5949d46fd8be453d6ef3970fb4d123f Mon Sep 17 00:00:00 2001 From: Melonai Date: Sat, 11 Sep 2021 00:39:29 +0200 Subject: Better pages --- assets/templates/_base.template.html | 27 ++++++++++++++++++--------- assets/templates/authenticate.template.html | 15 ++++++++------- assets/templates/information.template.html | 4 ++-- 3 files changed, 28 insertions(+), 18 deletions(-) (limited to 'assets/templates') diff --git a/assets/templates/_base.template.html b/assets/templates/_base.template.html index 2ed25d1..d7966bf 100644 --- a/assets/templates/_base.template.html +++ b/assets/templates/_base.template.html @@ -1,11 +1,20 @@ - - - Portgate - - -

Portgate

- {{template "content"}} - - \ No newline at end of file + + + Portgate + + + + +
+ +

Portgate

+ {{template "content"}} +
+ + diff --git a/assets/templates/authenticate.template.html b/assets/templates/authenticate.template.html index 7d6d72c..ec14b7a 100644 --- a/assets/templates/authenticate.template.html +++ b/assets/templates/authenticate.template.html @@ -1,9 +1,10 @@ {{define "content"}} -

Authentication

-
- - +

+ Please authenticate yourself to access
+ this port on this host. +

+ + +
-{{end}} \ No newline at end of file +{{end}} diff --git a/assets/templates/information.template.html b/assets/templates/information.template.html index a881cf8..fde9e59 100644 --- a/assets/templates/information.template.html +++ b/assets/templates/information.template.html @@ -1,3 +1,3 @@ {{define "content"}} -

You are authenticated!

-{{end}} \ No newline at end of file +

You are authenticated!

+{{end}} -- cgit 1.4.1