Files
geointel/index.html
T
Jens d5ea270329
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
Update GeoIntel project files
2026-07-25 23:43:08 +02:00

20 lines
601 B
HTML

<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0b1326" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" href="/dockdeck-mark.svg" type="image/svg+xml" />
<meta
name="description"
content="DockDeck — je rustige startpunt voor al je self-hosted apps."
/>
<title>DockDeck</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/client/main.tsx"></script>
</body>
</html>