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/sign up.html

49 lines
1.2 KiB
HTML

<h3>sign up</h3>
<noscript>
<p>
<b>Luminotes requires JavaScript to be enabled in your web browser before you
can sign up. Please <a href="/notebooks/%s?note_id=new">enable JavaScript</a>
before filling out the form below.</b>
</p>
</noscript>
<p>
<b>There's nothing to download or install.</b>
</p>
<p>
If you're not ready to sign up
yet, <a href="/users/demo" target="_top">try the demo</a> first!
</p>
<p>
<form id="signup_form" target="/users/signup">
<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>
<b>password</b> (again)<br />
<input type="password" name="password_repeat" id="password_repeat" class="text_field" size="30" maxlength="30" />
</p>
<p>
<b>email address</b> (optional and never shared)<br />
<input type="text" name="email_address" id="email_address" class="text_field" size="30" maxlength="60" />
</p>
<p>
<input type="submit" name="signup_button" id="signup_button" class="button" value="sign up" />
</p>
Please make sure you're using one of the <a href="/notebooks/%s?note_id=new">supported browsers</a>.
</form>