18 lines
713 B
HTML
18 lines
713 B
HTML
<!doctype html>
|
|
<html lang="nl">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/svg+xml" href="/geointel-icon.svg" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/geointel-icon-32.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/geointel-icon-180.png" />
|
|
<meta name="theme-color" content="#087266" />
|
|
<meta name="description" content="GeoIntel Atlas is de operationele GeoAI-workbench voor België en de Belgische Noordzee." />
|
|
<title>GeoIntel</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|