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.]

master
BodgeMaster 2020-02-19 14:58:37 +01:00
parent 08b78ff5fa
commit 8632830f83
1 changed files with 36 additions and 40 deletions

View File

@ -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&auml;tigen: <input type="password" name="pass" placeholder="Passwort best&auml;tigen"/> </p>
<input type="submit" value="Registrieren" />
</form>
<p></p>
</div>
</div>
</div>
</body>
</html>
</html>