Added login form

master
LinuxMint4Ever 2020-01-06 12:27:30 +01:00
parent bdb9d20251
commit 8739253b62
1 changed files with 6 additions and 2 deletions

View File

@ -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>