layout angepasst

This commit is contained in:
Borgal
2025-08-09 00:53:22 +02:00
parent 8f6b95b7a6
commit 610150d426

View File

@@ -32,18 +32,11 @@ if ($result) {
$users[] = $row;
}
}
require_once 'inc/header.php'; ?>
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Benutzerverwaltung</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Benutzerverwaltung</h1>
<?php if (isset($message)) echo "<p><strong>$message</strong></p>"; ?>