blob: b74335ec6e2e8505535d1f795019f32a1bde739f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php declare(strict_types=1); ?>
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title><?= $title ?></title>
<link rel="icon" type="image/png" href="<?= $favicon ?>" alt="<?= $alt ?>">
<meta name="description" content="<?= $description ?>">
<meta name="viewport" content="width=device-width">
<?= $css ?>
<?= $js ?>
</head>
|