Initial program flow page

This commit is contained in:
2026-06-23 17:56:00 +09:00
commit 5df369100a
12 changed files with 3639 additions and 0 deletions

14
flow.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>유역면적 산정 피드백 엔진</title>
<link rel="icon" href="data:," />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>