forked from root/threadr.lostcave.ddnss.de
section tag
parent
35d766c6b3
commit
8b9c58ebaf
|
@ -11,7 +11,6 @@ $navbar = "signup";
|
|||
%STYLESHEET%
|
||||
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
%NAVBAR%
|
||||
|
@ -19,16 +18,18 @@ $navbar = "signup";
|
|||
<div class="item-1">
|
||||
<h1><center>Create your ThreadR account</center></h1>
|
||||
</div>
|
||||
<div class="item-2 form">
|
||||
<p>Sign up:</p>
|
||||
<form action="%CONTENT_DIR%/signup/verify-email/" method="post">
|
||||
<p>Username: <input type="text" name="username" placeholder="Username" /> </p>
|
||||
<p>E-mail: <input type="text" name="email" placeholder="email@example.com" /> </p>
|
||||
<p>Password: <input type="password" name="password" placeholder="Password" /> </p>
|
||||
<p>Password confirmation: <input type="password" name="password_confirm" placeholder="Confirm password" /> </p>
|
||||
<input type="submit" value="Register" />
|
||||
</form>
|
||||
<p></p>
|
||||
<div class="item-2">
|
||||
<section>
|
||||
<p>Sign up:</p>
|
||||
<form action="%CONTENT_DIR%/signup/verify-email/" method="post">
|
||||
<p>Username: <input type="text" name="username" placeholder="Username" /> </p>
|
||||
<p>E-mail: <input type="text" name="email" placeholder="email@example.com" /> </p>
|
||||
<p>Password: <input type="password" name="password" placeholder="Password" /> </p>
|
||||
<p>Password confirmation: <input type="password" name="password_confirm" placeholder="Confirm password" /> </p>
|
||||
<input type="submit" value="Register" />
|
||||
</form>
|
||||
<p></p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue