witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static/html/login.html

24 lines
612 B
HTML

<h3>login</h3>
No account yet? Want to make a wiki? You can <a href="/notebooks/%s?note_id=new" target="_top">try it out</a> for free.
<form id="login_form">
<p>
<b>username</b><br />
<input type="text" name="username" id="username" class="text_field" size="30" maxlength="30" />
</p>
<p>
<b>password</b><br />
<input type="password" name="password" id="password" class="text_field" size="30" maxlength="30" />
</p>
<p>
<input type="submit" name="login_button" id="login_button" class="button" value="login" />
</p>
<p>
Forgot? Need your <a href="/notebooks/%s?note_id=new">password reset</a>?
</p>
</form>