aboutsummaryrefslogtreecommitdiff
path: root/templates/error.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-19 16:19:44 +0000
committerr <r@freesoftwareextremist.com>2019-12-19 16:19:44 +0000
commit7c6097703cc357a133b34ed22d9d4da31d698860 (patch)
treeb707386fc29d84dd88d11ad2f4be5d8fead81e59 /templates/error.tmpl
parentebd6636167f2868ec6b8174ff2ead185ed4ab1e1 (diff)
downloadbloat-7c6097703cc357a133b34ed22d9d4da31d698860.tar.gz
bloat-7c6097703cc357a133b34ed22d9d4da31d698860.zip
Improve css for mobile devices
Diffstat (limited to 'templates/error.tmpl')
-rw-r--r--templates/error.tmpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/error.tmpl b/templates/error.tmpl
index b6943be..890b5a7 100644
--- a/templates/error.tmpl
+++ b/templates/error.tmpl
@@ -1,6 +1,9 @@
{{template "header.tmpl"}}
-<h1> Error </h1>
-<div> {{.}} </div>
-<a href="/timeline"> Home </a>
+<div class="page-title"> Error </div>
+<div class="error-text"> {{.}} </div>
+<div>
+<a href="/timeline">Home</a>
+<a href="/signin">Sign In</a>
+</div>
{{template "footer.tmpl"}}