aboutsummaryrefslogtreecommitdiff
path: root/templates/signin.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-13 20:04:28 +0000
committerr <r@freesoftwareextremist.com>2019-12-13 20:21:56 +0000
commit28226401d76ebedb39129746eaaa1613c452f0eb (patch)
tree4511fc48627475ae5fc27156fa46ccaef10717da /templates/signin.tmpl
parent55d559552c23ed8772092f7383e7700609089f62 (diff)
downloadbloat-28226401d76ebedb39129746eaaa1613c452f0eb.tar.gz
bloat-28226401d76ebedb39129746eaaa1613c452f0eb.zip
Update page title and add navigation links
Diffstat (limited to 'templates/signin.tmpl')
-rw-r--r--templates/signin.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/signin.tmpl b/templates/signin.tmpl
index 07bc132..fc2edca 100644
--- a/templates/signin.tmpl
+++ b/templates/signin.tmpl
@@ -1,9 +1,10 @@
{{template "header.tmpl"}}
-<h3> Signin </h3>
-<a href="/"> Home </a>
-<form action="/signin" method="post">
+<div class="page-title"> Signin </div>
+
+<form class="signin-form" action="/signin" method="post">
<input type="text" name="instance" placeholder="instance">
<br>
<button type="submit"> Submit </button>
</form>
+
{{template "footer.tmpl"}}