Files
dashboard-desaplus-noc/src/index.html

15 lines
432 B
HTML

<!doctype html>
<!-- data-mantine-color-scheme="dark" -->
<html lang="en" suppressHydrationWarning>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<title>Bun + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/frontend.tsx"></script>
</body>
</html>