Files
itroi/client/index.html
T
2025-12-22 20:17:02 +02:00

20 lines
492 B
HTML

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ITROI client application</title>
<style>
html.dark {
background-color: #111827;
color: white;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>