Files
ai-wave-02/apps/web/index.html
T
2026-09-03 22:02:52 +09:00

14 lines
377 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OrderOps</title>
<link rel="stylesheet" href="/app.css" />
</head>
<body class="bg-slate-100 text-slate-900">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>