-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
21 lines (21 loc) · 905 Bytes
/
Copy path404.html
File metadata and controls
21 lines (21 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>페이지를 찾을 수 없습니다 | ScopeWeave Planner</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="app-shell">
<main class="table-section" style="max-width: 720px; margin: 48px auto; text-align: center;">
<p class="eyebrow">404 NOT FOUND</p>
<h1>요청한 페이지를 찾을 수 없습니다.</h1>
<p class="empty-cell" style="display: block; margin: 16px 0 24px;">ScopeWeave Planner 홈으로 이동해 작업 목록을 다시 불러오세요.</p>
<p>
<a class="primary-button" href="./index.html" style="text-decoration: none; display: inline-flex;">ScopeWeave Planner로 돌아가기</a>
</p>
</main>
</div>
</body>
</html>