This commit is contained in:
2023-03-05 14:35:00 +01:00
parent 83bde93db5
commit f56d502854
5 changed files with 14 additions and 13 deletions

View File

@ -58,12 +58,12 @@ if($prod) { ?>
<?php } ?>
<title><?= $title ?></title>
<link rel="icon" type="image/x-icon" href="/img/fr.ico" />
<link rel="canonical" href="<?= $canonical ?>" />
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<?php
require_once("./components/header.php");
?>
<section class="content">