2024-01-25 18:34:32 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title><?= $site->title() ?><?= e($page->url() !== $site->url(), '-' . $page->title()) ?></title>
|
2024-03-09 16:34:09 +01:00
|
|
|
<link rel="stylesheet" href="<?= url('assets') ?>/css/style.css?version-cache-prevent<?= rand(0, 1000)?>" />
|
2024-03-09 11:27:10 +01:00
|
|
|
<script src="<?= url('assets') ?>/js/script.js" defer></script>
|
2024-01-25 18:34:32 +01:00
|
|
|
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
|
|
|
|
<meta name="robots" content="noindex">
|
2024-03-09 15:09:31 +01:00
|
|
|
|
|
|
|
|
|
2024-01-25 18:34:32 +01:00
|
|
|
</head>
|
2024-03-09 11:27:10 +01:00
|
|
|
<body class="grid">
|