threadr.lostcave.ddnss.de/index.html

19 lines
561 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2020-01-02 11:08:39 +01:00
<title>LostCave - Welcome</title>
</head>
<body>
<h1>Welcome to the LostCave WebSite!</h1>
2020-01-06 12:27:30 +01:00
<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" />
2020-01-13 09:05:39 +01:00
</form>
<form action="./content/signup.php" method="post">
<input type="submit" value="Sign Up"/>
2020-01-06 12:27:30 +01:00
</form>
</body>
</html>