18dc9b18d3
Moved PHP files to "lib" folder Moved Javascript files to "lib" folder Moved login page inline CSS to "login.css" Moved database functions to class "Database" Removed the html template, compensated with a direct HTML code inside PHP "else" statement
13 lines
242 B
PHP
13 lines
242 B
PHP
<?php
|
|
?>
|
|
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>BJPHoster URL Shortener | Password Reset</title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<p>Reset your password here - Placeholder</p>
|
|
</center>
|
|
</body>
|
|
</html>
|