mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-10-31 18:57:16 +00:00
61 lines
1.8 KiB
Cheetah
61 lines
1.8 KiB
Cheetah
{{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">Mastadon 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>
|
|
|
|
<details>
|
|
<summary>Sign up</summary>
|
|
<p>
|
|
<form class="signup-form" action="/signup" method="post">
|
|
Enter the domain name of your instance to continue
|
|
<br/>
|
|
<input type="text" name="instanceup" placeholder="example.com" required>
|
|
<br/>
|
|
Enter the reason why you want register
|
|
<br/>
|
|
<textarea type="text" name="reason" cols="80" rows="3" required></textarea>
|
|
<br/>
|
|
The desired username for the account
|
|
<br/>
|
|
<input type="text" name="username" placeholder="exampleusernick" required>
|
|
<br/>
|
|
The email address to be used for login
|
|
<br/>
|
|
<input type="text" name="email" placeholder="example@example.com" required>
|
|
<br/>
|
|
The password to be used for login (Please use strong password!)
|
|
<br/>
|
|
<input type="password" name="password" required>
|
|
<br/>
|
|
You agrees to the terms, conditions, and policies of the instance
|
|
<br/>
|
|
<input type="checkbox" value="true" name="agreement" required>
|
|
<input type="hidden" name="locale" value="en">
|
|
<br/>
|
|
<button type="submit"> Signup </button>
|
|
</form>
|
|
|
|
</p>
|
|
</details>
|
|
|
|
<p>
|
|
See
|
|
<a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>
|
|
for more details.
|
|
<br/>
|
|
<a href="https://git.phreedom.club/localhost_frssoft/bloat/src/branch/localhost_custom" target="_blank">localhost_custom fork branch</a>
|
|
|
|
</P>
|
|
{{template "footer.tmpl"}}
|
|
{{end}}
|