designtopack/public/site/snippets/header.php

20 lines
729 B
PHP

<!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">
<title>Nom du service</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>