forked from root/threadr.lostcave.ddnss.de
fixed code formatting, fixed mismatching count of <div> tags [This is why we format code in the first place. Thank you for doing it as well.]
parent
08b78ff5fa
commit
8632830f83
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>ThreadR - Sign Up</title>
|
||||
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
|
||||
|
@ -11,13 +11,11 @@
|
|||
<li><a href="%CONTENT_DIR%/about/">About</a></li>
|
||||
<li class="right"><a class="active" href="%CONTENT_DIR%/login/">Log In</a></li>
|
||||
</ul>
|
||||
|
||||
<div style="padding:0 16px;">
|
||||
<p></p>
|
||||
<p></p>
|
||||
<h4></h4>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="item-1">
|
||||
<h1><center>Willkommen bei der Registrierung!</center></h1>
|
||||
|
@ -31,10 +29,8 @@
|
|||
<p>Passwort bestätigen: <input type="password" name="pass" placeholder="Passwort bestätigen"/> </p>
|
||||
<input type="submit" value="Registrieren" />
|
||||
</form>
|
||||
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue