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,40 +1,36 @@ | ||||||
|     <!DOCTYPE html> | <!DOCTYPE html> | ||||||
|     <html> | <html> | ||||||
|       <head> |   <head> | ||||||
|     	<title>ThreadR - Sign Up</title> |     <title>ThreadR - Sign Up</title> | ||||||
|     	<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css"> |     <link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css"> | ||||||
|       </head> |   </head> | ||||||
|       <body> |   <body> | ||||||
|         <ul class="topnav"> |     <ul class="topnav"> | ||||||
|   		  <li><a href="%CONTENT_DIR%/">Home</a></li> |       <li><a href="%CONTENT_DIR%/">Home</a></li> | ||||||
|   		  <li><a href="%CONTENT_DIR%/news/">News</a></li> |       <li><a href="%CONTENT_DIR%/news/">News</a></li> | ||||||
|   		  <li><a href="%CONTENT_DIR%/about/">About</a></li> |       <li><a href="%CONTENT_DIR%/about/">About</a></li> | ||||||
|   		  <li class="right"><a class="active" href="%CONTENT_DIR%/login/">Log In</a></li> |       <li class="right"><a class="active" href="%CONTENT_DIR%/login/">Log In</a></li> | ||||||
| 		</ul> |     </ul> | ||||||
| 
 |     <div style="padding:0 16px;"> | ||||||
| 		<div style="padding:0 16px;"> |       <p></p> | ||||||
|   			<p></p> |       <p></p> | ||||||
|   			<p></p> |       <h4></h4> | ||||||
|   			<h4></h4> |     </div> | ||||||
| 		</div> |     <div class="container"> | ||||||
| 
 |       <div class="item-1"> | ||||||
|     	<div class="container"> |         <h1><center>Willkommen bei der Registrierung!</center></h1> | ||||||
|           <div class="item-1"> |       </div> | ||||||
|     		<h1><center>Willkommen bei der Registrierung!</center></h1> |       <div class="item-2 round-border"> | ||||||
|     	  </div> |         <p>Sign Up:</p> | ||||||
|     	  <div class="item-2 round-border"> |         <form action="%CONTENT_DIR%/signup/redirect.php" method="post"> | ||||||
|     		<p>Sign Up:</p> |           <p>Benutzername: <input type="text" name="user" placeholder="Benutzername"/> </p> | ||||||
|     		<form action="%CONTENT_DIR%/signup/redirect.php" method="post"> |           <p>E-Mail: <input type="text" name="email" placeholder="yeet@example.com"/> </p> | ||||||
|     			<p>Benutzername: <input type="text" name="user" placeholder="Benutzername"/> </p> |           <p>Passwort: <input type="password" name="password" placeholder="Passwort"/> </p> | ||||||
| 				<p>E-Mail: <input type="text" name="email" placeholder="yeet@example.com"/> </p> |           <p>Passwort bestätigen: <input type="password" name="pass" placeholder="Passwort bestätigen"/> </p> | ||||||
| 				<p>Passwort: <input type="password" name="password" placeholder="Passwort"/> </p> |           <input type="submit" value="Registrieren" /> | ||||||
| 				<p>Passwort bestätigen: <input type="password" name="pass" placeholder="Passwort bestätigen"/> </p> |         </form> | ||||||
| 				<input type="submit" value="Registrieren" /> |         <p></p> | ||||||
| 			</form> |       </div> | ||||||
| 
 |     </div> | ||||||
|     		<p></p> |   </body> | ||||||
|     	  </div> | </html> | ||||||
|     	  </div> |  | ||||||
|     	</div> |  | ||||||
|       </body> |  | ||||||
|     </html> |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 BodgeMaster
						BodgeMaster