xtablo-source/ui/index.html
Arthur Belleville 684b057b27
Initial commit
2025-01-18 22:40:32 +01:00

13 lines
368 B
HTML

<!doctype html>
<html lang="en">
<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>X-Tablo</title>
</head>
<body class="w-100">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>