Added Picnic CSS

Fixed spelling errors
This commit is contained in:
Furentes
2019-05-22 13:54:26 +02:00
parent 62e4c56658
commit ba97176e37
14 changed files with 129 additions and 444 deletions

View File

@ -26,15 +26,13 @@ if(isset($_POST['update'])) {
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Home - <?= (defined("SITE_TITLE")) ? SITE_TITLE : 'A Bloggr Site' ?></title>
</head>
<?php
$title = "Einstellungen";
require_once(__DIR__."/inc/head.php");
?>
<body>
<div>
<a href="/">Home</a>
<?php require_once(__DIR__."/inc/nav.php"); ?>
<section class="main">
<h2>Change Password</h2>
<?php
foreach ($errors as $key=>$value):
@ -58,6 +56,6 @@ if(isset($_POST['update'])) {
<input type="password" name="rpassword" id="rpassword"><br>
<input type="submit" name="update" value="Update">
</form>
</div>
</section>
</body>
</html>