fediglam/src/main/controllers/web/about.tmpl.html

24 lines
670 B
HTML

<header>
<h2>{ %community.name }</h2>
</header>
<form action="/login" method="post">
<h3>Login</h3>
<label>
<div>Username</div>
<div class="textinput username">
<span class="prefix">@</span>
<input type="text" name="username" placeholder="xion" />
<span class="suffix">@{ %community.host }</span>
</div>
</label>
<label>
<div>Password</div>
<div class="textinput">
<span class="prefix"><i class="fa-solid fa-key fa-fw"></i></span>
<input type="password" name="password" placeholder="hunter2" />
</div>
</label>
<button type="submit">Login</button>
<div>Or <a href="/signup">sign up</a></div>
</form>