threadr.lostcave.ddnss.de/index.html

33 lines
905 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>ThreadR - Welcome</title>
<link rel="stylesheet" type="text/css" href="content/style.css">
</head>
<body>
<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/login.php" method="post">
<input type="text" name="name" maxlength="20" placeholder="Username" />
<input type="password" name="password" maxlength="256" placeholder="Password" />
<p></p>
<a href="./content/homepage.html"> <button> Log in </button> </a>
</form>
<p></p>
</div>
<div class="item-3">
<p></p>
<a href="./content/signup.html"> <button> Sign up </button> </a>
<p></p>
</div>
<div class="item-4">
<center><a href="https://lostcave.ddnss.de/common/content/about/">About</a></center>
</div>
</div>
</body>
</html>