fixed code formatting
parent
1e60c1763a
commit
aa48613778
|
@ -1,49 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>ThreadR - Log In</title>
|
||||
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
|
||||
<title>ThreadR - Log In</title>
|
||||
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<ul class="topnav">
|
||||
<li><a href="%CONTENT_DIR%/">Home</a></li>
|
||||
<li><a href="#news">News</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>
|
||||
</ul>
|
||||
|
||||
<div style="padding:0 16px;">
|
||||
<p></p>
|
||||
<p></p>
|
||||
<h4></h4>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<li><a href="%CONTENT_DIR%/">Home</a></li>
|
||||
<li><a href="#news">News</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>
|
||||
</ul>
|
||||
<div style="padding:0 16px;">
|
||||
<p></p>
|
||||
<p></p>
|
||||
<h4></h4>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="item-1">
|
||||
<h1><center>ThreadR</center></h1>
|
||||
</div>
|
||||
<div class="item-2 round-border">
|
||||
<p>Login:</p>
|
||||
<form action="%CONTENT_DIR%/userhome/" method="post">
|
||||
<input type="text" name="name" maxlength="20" placeholder="Username" />
|
||||
<input type="password" name="password" maxlength="256" placeholder="Password" />
|
||||
<h1> <center>ThreadR</center> </h1>
|
||||
</div>
|
||||
<div class="item-2 round-border">
|
||||
<p>Login:</p>
|
||||
<form action="%CONTENT_DIR%/userhome/" method="post">
|
||||
<input type="text" name="name" maxlength="20" placeholder="Username" />
|
||||
<input type="password" name="password" maxlength="256" placeholder="Password" />
|
||||
<p></p>
|
||||
<input type="submit" value="Log in" />
|
||||
</form>
|
||||
<p></p>
|
||||
<input type="submit" value="Log in" />
|
||||
<!--
|
||||
@Ilja: HTML button tags are only useful in conjuction to JavaScript or in little hacks like my <a> + <button>. In HTML forms, there is a special type of button for submitting forms (see above).
|
||||
-->
|
||||
</form>
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="item-3">
|
||||
<p></p>
|
||||
<a href="%CONTENT_DIR%/signup/"> <button> Registrieren </button> </a>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item-3">
|
||||
<p></p>
|
||||
<a href="%CONTENT_DIR%/signup/"> <button> Registrieren </button> </a>
|
||||
<p></p>
|
||||
</div>
|
||||
<!-- <div class="item-4">
|
||||
<center><a href="https://lostcave.ddnss.de%CONTENT_DIR%/about/">About</a></center>
|
||||
</div> -->
|
||||
</div>
|
||||
<center><a href="https://lostcave.ddnss.de%CONTENT_DIR%/about/">About</a></center>
|
||||
</div> -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue