treebird/static/login.html
me@ow.nekobit.net b6a8c9978b URL Prefix, skeleton theme, fix flat theme
FossilOrigin-Name: 5cd1e33a10c1c311b4e991c0bc5ef786d8866909e074f5a1f12e48057ea4b3c1
2022-02-22 19:24:41 +00:00

18 lines
510 B
HTML

<div class="simple-page">
<h1>Login</h1>
<form action="/ratfe.cgi/login" method="post">
<div class="form-group">
<label for="login-username">Username: </label>
<input type="text" id="login-username" name="username">
</div>
<div class="form-group">
<label for="login-password">Password: </label>
<input type="password" id="login-password" name="password"><br>
</div>
<div class="form-group">
<input type="submit" value="Login">
</div>
</form>
</div>