blob: 9711c8b66f9c2a72a08ec2bbb387a9fcd0f1d530 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<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">
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}}
|