favicon et mobile 680

This commit is contained in:
2026-02-17 18:06:02 +01:00
parent 7c9ca1b705
commit 1f16135ba5
4 changed files with 111 additions and 48 deletions
+2
View File
@@ -8,6 +8,8 @@ $activePage = $activePage ?? "";
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?= htmlspecialchars($pageTitle) ?></title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" href="/favicon.png">
<link rel="stylesheet" href="/global.css">
<?php if (!empty($pageCss)): ?>
<link rel="stylesheet" href="<?= htmlspecialchars($pageCss) ?>">