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

46 lines
1.3 KiB
HTML
Raw Normal View History

<h3>sign up</h3>
<p>
To get started with your own personal wiki, all you need to do is sign up for
an account. <b>There's nothing to download or install.</b>
</p>
<p>
If you haven't seen it already, <a href="/users/demo" target="_top">try the
demo</a> first! The Luminotes demo doesn't require any sort of sign up.
</p>
<p>
<b>Providing your email address is completely optional.</b> I only ask for it
in case you ever need your password reset. Your email address will absolutely
not be given out or used for spam.
</p>
<form id="signup_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>
<b>password (again)</b><br />
<input type="password" name="password_repeat" id="password_repeat" class="text_field" size="30" maxlength="30" />
</p>
<p>
<b>email address (optional)</b><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>
2007-08-01 20:09:27 +00:00
Please make sure you're using one of the <a href="/notebooks/%s?note_id=new">supported browsers</a>.
</form>