|
|
@ -32,8 +32,8 @@ |
|
|
|
<middle> |
|
|
|
<middle> |
|
|
|
<label for="username">Username</label> |
|
|
|
<label for="username">Username</label> |
|
|
|
<input id="username" name="username" placeholder="Username" type="text"> |
|
|
|
<input id="username" name="username" placeholder="Username" type="text"> |
|
|
|
<label for="email">Email</label> |
|
|
|
<label for="email">FAKE! Email</label> |
|
|
|
<input id="email" name="email" placeholder="Email" type="text"> |
|
|
|
<input id="email" name="email" placeholder="fake@faker.com" type="text"> |
|
|
|
<label for="password">Password</label> |
|
|
|
<label for="password">Password</label> |
|
|
|
<input id="password" name="password" placeholder="Password" type="password"> |
|
|
|
<input id="password" name="password" placeholder="Password" type="password"> |
|
|
|
</middle> |
|
|
|
</middle> |
|
|
|