threadr.lostcave.ddnss.de/index.html

29 lines
734 B
HTML
Raw Normal View History

2020-02-10 09:16:30 +01:00
<!DOCTYPE html>
<html>
<head>
<title>ThreadR - Welcome</title>
2020-02-10 09:17:47 +01:00
<link rel="stylesheet" type="text/css" href="content/style.css">
2020-02-10 09:16:30 +01:00
</head>
<body>
2020-02-10 09:16: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>
<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" />
<input type="submit" value="Log in"/>
</form>
<p></p>
</div>
<div class="item-3">
<p></p>
2020-02-12 10:21:27 +01:00
<a href="./content/signup.html"> <button> Sign up </button> </a>
2020-02-10 09:16:30 +01:00
<p></p>
</div>
</div>
</body>
</html>