aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates/head.php
blob: 83a0e7ce4906d441264e72d4e69025e1cbd1f982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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">
        <script>window.Config = {page: "<?= CURRENT_PAGE ?>"};</script>
        <?= $css ?>
        <?= $js ?>
    </head>