Files
geointel/frontend/index.html
T
Jens d79f751773
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s
feat: establish GeoIntel and ITWorx branding
2026-07-26 02:51:58 +02:00

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>