rsstootalizer/static/templates/Login.html

15 lines
601 B
HTML

<TMPL_INCLUDE NAME='_header.html'>
<div class="container">
<form class="form-signin" method="POST" action="index.pl">
<h2 class="form-signin-heading">Please sign in</h2>
<label for="inputUsername" class="sr-only">Username</label>
<input type="username" id="inputUsername" name="inputUsername" class="form-control" placeholder="username@mastodon.social" required autofocus>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
<input type="hidden" id="mode" name="mode" value="OAuthLogin">
</form>
</div> <!-- /container -->
<TMPL_INCLUDE NAME='_footer.html'>