blob: 1ebb17e0d1f03a349986ef5486d1bf809bc432f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|