mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-17 18:20:28 -04:00
tabs/spaces
This commit is contained in:
parent
64c23352f9
commit
4212e7a049
1 changed files with 8 additions and 8 deletions
|
@ -10,19 +10,19 @@
|
||||||
</head>
|
</head>
|
||||||
<body onload="matrixRegistration.onLoad()">
|
<body onload="matrixRegistration.onLoad()">
|
||||||
<form id="registrationForm" onsubmit="matrixRegistration.signUp(); return false;">
|
<form id="registrationForm" onsubmit="matrixRegistration.signUp(); return false;">
|
||||||
<div>
|
<div>
|
||||||
Create account:<br/>
|
Create account:<br/>
|
||||||
|
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<input id="desired_user_id" size="32" type="text" placeholder="Matrix ID (e.g. bob)" autocapitalize="off" autocorrect="off" />
|
<input id="desired_user_id" size="32" type="text" placeholder="Matrix ID (e.g. bob)" autocapitalize="off" autocorrect="off" />
|
||||||
<br/>
|
<br/>
|
||||||
<input id="pwd1" size="32" type="password" placeholder="Type a password"/>
|
<input id="pwd1" size="32" type="password" placeholder="Type a password"/>
|
||||||
<br/>
|
<br/>
|
||||||
<input id="pwd2" size="32" type="password" placeholder="Confirm your password"/>
|
<input id="pwd2" size="32" type="password" placeholder="Confirm your password"/>
|
||||||
<br/>
|
<br/>
|
||||||
<span id="feedback" style="color: #f00"></span>
|
<span id="feedback" style="color: #f00"></span>
|
||||||
<br/>
|
<br/>
|
||||||
<div id="regcaptcha"></div>
|
<div id="regcaptcha"></div>
|
||||||
|
|
||||||
<button type="submit" style="margin: 10px">Sign up</button>
|
<button type="submit" style="margin: 10px">Sign up</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue