Files
scheduler-front/index.html
geonhee-min 8b085107f6
All checks were successful
Test CI / build (push) Successful in 27s
issue #60
- 일정 상세 조회 화면 및 기능 1차 구현 완료
2025-12-17 17:02:00 +09:00

14 lines
375 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/scheduler_favicon__1_.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>scheduler</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>