Permet à l'utilisateur de se connecter

This commit is contained in:
2022-11-22 09:30:43 +01:00
parent 53038a5022
commit b4f9d31c2e
11 changed files with 265 additions and 17 deletions

View File

@@ -2,9 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?= $viewsArgs['title'] ?? 'Is it a blog?' ?></title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
</head>
<body>
<?= $content ?>
<section class="section">
<div class="container">
<?= $content ?>
</div>
</section>
</body>
</html>
</html>