0
0

Ran the formatter on all PHP files, added userbar.css

This commit is contained in:
Bryan Pedini
2019-07-17 10:37:44 +02:00
parent 923184ab68
commit f2a56c2abc
8 changed files with 159 additions and 119 deletions

View File

@@ -10,14 +10,17 @@
?>
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<link href="<?=$GLOBALS['config']['installation_path']?>/favicon.ico" rel="icon" type="image/x-icon">
<title>Password Reset | <?=$GLOBALS['config']['website_name']?></title>
</head>
<body>
<center>
<p>Reset your password here - Placeholder</p>
</center>
</body>
</html>