2020-02-17 08:54:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>ThreadR - Welcome</title>
|
2020-02-18 20:06:30 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="/common/content/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-18 18:11:40 +01:00
|
|
|
<li><a href="index.html">Home</a></li>
|
2020-02-17 09:04:49 +01:00
|
|
|
<li><a href="#news">News</a></li>
|
2020-02-18 20:04:27 +01:00
|
|
|
<li><a href="/common/content/about/">About</a></li>
|
2020-02-18 18:11:40 +01:00
|
|
|
<li class="right"><a class="active" href="login.html">Log In</a></li>
|
2020-02-17 09:04:49 +01:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div style="padding:0 16px;">
|
|
|
|
<p></p>
|
|
|
|
<p></p>
|
|
|
|
<h4></h4>
|
|
|
|
</div>
|
|
|
|
|
2020-02-17 08:54:30 +01:00
|
|
|
<div class="container">
|
|
|
|
<div class="item-1">
|
|
|
|
<h1><center>ThreadR</center></h1>
|
|
|
|
</div>
|
|
|
|
<div class="item-2 round-border">
|
|
|
|
<p>Login:</p>
|
2020-02-18 20:04:27 +01:00
|
|
|
<form action="/common/content/login/redirect.php" method="post">
|
2020-02-17 08:54:30 +01:00
|
|
|
<input type="text" name="name" maxlength="20" placeholder="Username" />
|
|
|
|
<input type="password" name="password" maxlength="256" placeholder="Password" />
|
|
|
|
<p></p>
|
2020-02-18 20:04:27 +01:00
|
|
|
<a href="/common/"> <button> Log in </button> </a>
|
2020-02-17 08:54:30 +01:00
|
|
|
</form>
|
|
|
|
<p></p>
|
|
|
|
</div>
|
|
|
|
<div class="item-3">
|
|
|
|
<p></p>
|
2020-02-18 20:04:27 +01:00
|
|
|
<a href="/common/content/signup/"> <button> Sign up </button> </a>
|
2020-02-17 08:54:30 +01:00
|
|
|
<p></p>
|
|
|
|
</div>
|
2020-02-17 09:19:06 +01:00
|
|
|
<!-- <div class="item-4">
|
2020-02-17 08:54:30 +01:00
|
|
|
<center><a href="https://lostcave.ddnss.de/common/content/about/">About</a></center>
|
2020-02-17 09:19:06 +01:00
|
|
|
</div> -->
|
2020-02-17 08:54:30 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
2020-02-18 20:04:27 +01:00
|
|
|
</html>
|