threadr.lostcave.ddnss.de/threadr/login/index.html

45 lines
1.4 KiB
HTML
Raw Normal View History

2020-02-17 08:54:30 +01:00
<!DOCTYPE html>
<html>
<head>
2020-02-19 14:48:09 +01:00
<title>ThreadR - Log In</title>
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
2020-02-17 09:04:49 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-02-17 08:54:30 +01:00
</head>
<body>
2020-02-17 09:04:49 +01:00
<ul class="topnav">
2020-02-19 14:48:09 +01:00
<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">
2020-02-17 08:54:30 +01:00
<div class="item-1">
2020-02-19 14:48:09 +01:00
<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>
2020-02-17 08:54:30 +01:00
<p></p>
2020-02-19 14:48:09 +01:00
</div>
<div class="item-3">
<p></p>
<a href="%CONTENT_DIR%/signup/"> <button> Registrieren </button> </a>
<p></p>
</div>
2020-02-17 09:19:06 +01:00
<!-- <div class="item-4">
2020-02-19 14:48:09 +01:00
<center><a href="https://lostcave.ddnss.de%CONTENT_DIR%/about/">About</a></center>
</div> -->
</div>
2020-02-17 08:54:30 +01:00
</body>
</html>