feat: add CSS styling

This commit is contained in:
Morph01
2025-02-04 17:30:04 -08:00
parent e3243dd018
commit fcc7e22fdb
9 changed files with 395 additions and 124 deletions

View File

@@ -12,6 +12,7 @@ if (!isset($_SESSION["login"]) || !$_SESSION["is_admin"]) {
<head>
<meta charset="UTF-8">
<title>Créer un utilisateur</title>
<link rel="stylesheet" href="../assets/css/style.css">
</head>
<body>