menu ok graphiquement et page 404 ok
This commit is contained in:
+6
-1
@@ -5,9 +5,14 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Bourse - Page d'Accueil</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<?php if (!empty($pageStylesheets) && is_array($pageStylesheets)): ?>
|
||||
<?php foreach ($pageStylesheets as $sheet): ?>
|
||||
<link rel="stylesheet" href="<?= htmlspecialchars($sheet, ENT_QUOTES, 'UTF-8') ?>">
|
||||
<?php endforeach; ?>
|
||||
<?php endif; ?>
|
||||
<link rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<body class="<?= !empty($bodyClass) ? htmlspecialchars($bodyClass, ENT_QUOTES, 'UTF-8') : '' ?>">
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
|
||||
Reference in New Issue
Block a user