All checks were successful
Test CI / build (push) Successful in 27s
- 일정 상세 조회 화면 및 기능 1차 구현 완료
14 lines
375 B
HTML
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>
|