parent
5fb62a2b6a
commit
ff6b3b6056
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,13 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Sign-up</h1>
|
||||
<form>
|
||||
<form id="form">
|
||||
<label for="auth">Auth code</label>
|
||||
<input type="text" id="auth" name="auth" /> <br/>
|
||||
<label for="uid">Username</label>
|
||||
<input type="text" id="uid" name="username" /> <br />
|
||||
<label for="pass">Password</label>
|
||||
<input type="password" id="pass" name="password" />
|
||||
<input type="Submit" value="Submit"/>
|
||||
</form>
|
||||
<footer>
|
||||
|
|
Loading…
Reference in a new issue