2026-05-24 21:54:58 +00:00
|
|
|
<!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" />
|
2026-05-24 21:54:58 +00:00
|
|
|
<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>
|
2026-05-24 21:54:58 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
2026-06-21 20:31:35 +00:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2026-05-24 21:54:58 +00:00
|
|
|
</body>
|
2026-06-21 20:31:35 +00:00
|
|
|
</html>
|