section tag

master
Jakob 2020-03-08 04:10:58 +01:00
parent 6f3a28b2a7
commit 2e6460a8fe
1 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,6 @@ $username = $dbentry['name'];
$navbar = "profile";
?>
<html>
<head>
<title>ThreadR - Profile</title>
@ -21,20 +20,21 @@ $navbar = "profile";
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
%NAVBAR%
<div class="container">
<div class="item-1">
<center><h1>ThreadR</h1></center>
</div>
<div class="item-2 form">
<div class="item-2">
<section>
<center><h1><?php echo " $username "; ?> </h1></center>
<form action="%CONTENT_DIR%/profile/" method="post">
</form>
<a href="%CONTENT_DIR%/profile/edit.php">
<button>Edit Profile</button>
</a>
</section>
</div>
</div>
</html>