hic-et-nunc/site/snippets/header.php
Camilledenoray a25c02a10c
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s
CSS > mobile (round1)
2026-06-02 11:38:03 +02:00

17 lines
No EOL
513 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?= $site->title() ?></title>
<link rel="stylesheet" href="/assets/css/style.css">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" type="image/png" href="/assets/images/favicon.png"></link>
</head>
<body data-template="<?= $page->intendedTemplate() ?>">
<header>
<?= snippet('nav') ?>
</header>
<main>