designtopack/public/site/snippets/header.php

21 lines
743 B
PHP
Raw Normal View History

2024-07-10 16:10:33 +02:00
<!DOCTYPE html>
<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>
<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>