2017-01-16 18:28:37 +01:00
|
|
|
<div id="main">
|
|
|
|
|
<div id="data">
|
|
|
|
|
<p class="left" data-localization="main_p1"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
|
2016-08-16 17:57:57 +02:00
|
|
|
|
2017-01-03 15:25:41 +01:00
|
|
|
<h5 id="tryit" data-localization="tryIt"></h5>
|
|
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
<div id="buttons" class="buttons">
|
|
|
|
|
<a id="create-pad" class="button create" href="/pad/" data-localization="button_newpad"></a><br/>
|
|
|
|
|
<a id="create-code" class="button create" href="/code/" data-localization="button_newcode"></a><br/>
|
|
|
|
|
<a id="create-poll" class="button create" href="/poll/" data-localization="button_newpoll"></a><br/>
|
|
|
|
|
<a id="create-slide" class="button create" href="/slide/" data-localization="button_newslide"></a>
|
|
|
|
|
</div>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
</div>
|
2017-01-04 16:35:32 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
<div id="userForm">
|
|
|
|
|
<center>
|
|
|
|
|
<h1>Join Us!</h1>
|
|
|
|
|
</center>
|
|
|
|
|
<label for="name" data-localization="form_username"></label><br>
|
|
|
|
|
<input type="text" id="name" data-localization-placeholder="login_username" autofocus><br>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
<label for="password" data-localization="form_password"></label><br>
|
|
|
|
|
<input type="password" id="password" data-localization-placeholder="login_password"><br>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
<input type="checkbox" checked="checked"><label for="rememberme" data-localization="login_remember"></label><br>
|
|
|
|
|
<br>
|
|
|
|
|
<button class="create button half first">Log in</button> <button class="create button half">Register</button><br>
|
|
|
|
|
<button class="create button">Continue without logging in</button>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2016-08-16 17:57:57 +02:00
|
|
|
|