2024-07-10 16:10:33 +02:00
|
|
|
<!DOCTYPE html>
|
2024-09-04 18:50:06 +02:00
|
|
|
<html lang="fr">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
|
|
|
|
|
2024-11-20 14:32:37 +01:00
|
|
|
<title><?= $site->title()->esc() ?></title>
|
2024-09-04 18:50:06 +02:00
|
|
|
<meta name="description" content="">
|
|
|
|
|
|
|
|
|
|
<meta name="generator" content="Kirby (<?= Kirby::version() ?>)">
|
|
|
|
|
<meta name="robots" content="noindex nofollow">
|
|
|
|
|
|
|
|
|
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
|
|
|
|
<link rel="manifest" href="/manifest.webmanifest">
|
|
|
|
|
|
|
|
|
|
<script type="module" src="http://localhost:5173/@vite/client" defer></script>
|
|
|
|
|
<script type="module" src="http://localhost:5173/src/main.js" defer></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|