This commit is contained in:
admin
2026-09-03 22:02:52 +09:00
commit 659725de15
90 changed files with 2840 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!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>