forked from root/threadr.lostcave.ddnss.de
Added login form
parent
bdb9d20251
commit
8739253b62
|
@ -5,7 +5,11 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Welcome to the LostCave WebSite!</h1>
|
<h1>Welcome to the LostCave WebSite!</h1>
|
||||||
<p> There is not much going on here, ATM. <br />
|
<p> Login: </p>
|
||||||
Check back for content later.</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>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue