aboutsummaryrefslogtreecommitdiff
path: root/templates/signin.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-13 18:08:26 +0000
committerr <r@freesoftwareextremist.com>2019-12-13 18:26:24 +0000
commit5e4da01c3ae3ae2e870faba9085d9d9213c01c29 (patch)
tree39d6f1e76b901549f194ddbac3c6cb82e0abd019 /templates/signin.tmpl
downloadbloat-5e4da01c3ae3ae2e870faba9085d9d9213c01c29.tar.gz
bloat-5e4da01c3ae3ae2e870faba9085d9d9213c01c29.zip
Initial commit
Diffstat (limited to 'templates/signin.tmpl')
-rw-r--r--templates/signin.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/signin.tmpl b/templates/signin.tmpl
new file mode 100644
index 0000000..07bc132
--- /dev/null
+++ b/templates/signin.tmpl
@@ -0,0 +1,9 @@
+{{template "header.tmpl"}}
+<h3> Signin </h3>
+<a href="/"> Home </a>
+<form action="/signin" method="post">
+ <input type="text" name="instance" placeholder="instance">
+ <br>
+ <button type="submit"> Submit </button>
+</form>
+{{template "footer.tmpl"}}