added index.html
This commit is contained in:
parent
2af1da0304
commit
9601810ebc
13
index.html
Normal file
13
index.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user