Cleaning up CSS

This commit is contained in:
Michał Gdula 2022-07-27 12:46:10 +01:00
parent eac7f15292
commit 58b07d30d4
16 changed files with 90 additions and 195 deletions

View file

@ -12,7 +12,7 @@
<body>
<?php include("../ui/header.php"); ?>
<div class="account-root">
<div class="account-root default-window">
<h2>Account settings</h2>
<?php
if (isset($_SESSION["loggedin"]) && $_SESSION["loggedin"] === true) {