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/try it out.html

40 lines
1.1 KiB
HTML

<h3>try it out</h3>
<p>
To get started with your own personal wiki, all you need to do is sign up for
an account. There's nothing to download or install.
</p>
<p>
We ask for your email address in case you need your password reset. We hate spam, and wouldn't even
dream of giving out your email address.
</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</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>
Please make sure you're using one of the <a href="/entries/new">supported browsers</a>.
</form>