Files
ITWorx-Pulse-Public/apps/web/index.html
T
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

15 lines
420 B
HTML

<!doctype html>
<html lang="nl-BE">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/pulse-icon.svg" type="image/svg+xml" />
<meta name="theme-color" content="#0b1220" />
<title>ITWorx Pulse</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>