Files
sysmon-web/index.html
2024-05-06 18:45:11 +01:00

14 lines
371 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SysMon Web</title>
</head>
<body>
<main id="root"></main>
<script type="module" src="/src/client/main.tsx"></script>
</body>
</html>