Files
sprint/packages/frontend/index.html
2026-01-06 21:28:34 +00:00

22 lines
522 B
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<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>Issue Project Manager</title>
<style>
html,
body {
background-color: oklch(0.145 0 0);
color: oklch(0.985 0 0);
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>