2020-01-14 18:57:16 +02:00
|
|
|
{{with .Data}}
|
2020-02-19 00:15:37 +02:00
|
|
|
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
|
2020-03-04 18:24:16 +02:00
|
|
|
<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>
|
2019-12-13 22:04:28 +02:00
|
|
|
|
|
|
|
<form class="signin-form" action="/signin" method="post">
|
2020-03-04 18:24:16 +02:00
|
|
|
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>
|
2019-12-13 20:08:26 +02:00
|
|
|
</form>
|
2019-12-13 22:04:28 +02:00
|
|
|
|
2020-03-04 18:24:16 +02:00
|
|
|
<p>
|
|
|
|
See
|
|
|
|
<a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>
|
|
|
|
for more details.
|
|
|
|
</P>
|
|
|
|
|
2019-12-13 20:08:26 +02:00
|
|
|
{{template "footer.tmpl"}}
|
2020-01-14 18:57:16 +02:00
|
|
|
{{end}}
|