added index.html

This commit is contained in:
Thies Mueller 2021-01-08 13:07:21 +01:00
parent 2af1da0304
commit 9601810ebc

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<title>Login POC</title>
</head>
<body>
<h1>Hi. Welcome to this login POC in PHP.</h1>
<h2>It's really crappy.</h2>
<b>Click <a href="register.php">HERE</a> to register.</b><br />
<b>Click <a href="login.php">HERE</a> to login.</b><br />
<b>Click <a href="secure.php">HERE</a> if you already have a valid session.</b><br />
<i>Bye now.</i>
</body>
</html>