glam/apps/archief-assistent/index.html
2025-12-21 00:01:54 +01:00

26 lines
1.1 KiB
HTML

<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="de Aa Archiefassistent - Uw digitale helper voor archiefonderzoek, aangedreven door het Nationaal Archief" />
<meta name="theme-color" content="#007bc7" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" sizes="any" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<!-- Open Graph / Social -->
<meta property="og:title" content="de Aa Archiefassistent" />
<meta property="og:description" content="Uw digitale helper voor archiefonderzoek, aangedreven door het Nationaal Archief" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://archief.support" />
<title>de Aa Archiefassistent - Nationaal Archief</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>