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