Files
web-cad/frontend/index.html
T

13 lines
398 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2026-06-21 20:31:35 +00:00
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-06-21 20:31:35 +00:00
<title>web-cad - Web-based 2D CAD for Event Seating Plans</title>
</head>
<body>
<div id="root"></div>
2026-06-21 20:31:35 +00:00
<script type="module" src="/src/main.tsx"></script>
</body>
2026-06-21 20:31:35 +00:00
</html>