aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-03-04 16:24:16 +0000
committerr <r@freesoftwareextremist.com>2020-03-04 16:24:16 +0000
commit23d97587638ec431dff5bc0a3a475dea4cdfe3c3 (patch)
tree4bb0eb7a271846e4327c82fc06f053aa91e478a4 /templates
parent911c9b79937a82bd4574972fa24f45f5cb922092 (diff)
downloadbloat-23d97587638ec431dff5bc0a3a475dea4cdfe3c3.tar.gz
bloat-23d97587638ec431dff5bc0a3a475dea4cdfe3c3.zip
Add description on signin page
Diffstat (limited to 'templates')
-rw-r--r--templates/signin.tmpl19
1 files changed, 15 insertions, 4 deletions
diff --git a/templates/signin.tmpl b/templates/signin.tmpl
index 069572b..9711c8b 100644
--- a/templates/signin.tmpl
+++ b/templates/signin.tmpl
@@ -1,12 +1,23 @@
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
-<div class="page-title"> Signin </div>
+<div class="page-title"> Bloat </div>
+<div class="signin-desc">
+ A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>.
+</div>
<form class="signin-form" action="/signin" method="post">
- <input type="text" name="instance" placeholder="instance" required>
- <br>
- <button type="submit"> Submit </button>
+ Enter the domain name of your instance to continue
+ <br/>
+ <input type="text" name="instance" placeholder="example.com" required>
+ <br/>
+ <button type="submit"> Signin </button>
</form>
+<p>
+ See
+ <a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>
+ for more details.
+</P>
+
{{template "footer.tmpl"}}
{{end}}