-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
13 lines (12 loc) · 687 Bytes
/
Copy path404.html
File metadata and controls
13 lines (12 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
---
layout: default
title: "404 - 페이지를 찾을 수 없습니다"
description: "요청하신 페이지를 찾을 수 없습니다."
permalink: /404.html
noindex: true
---
<div class="error-page" style="text-align: center; padding: 80px 20px; max-width: 600px; margin: 0 auto;">
<h1 style="font-size: 72px; font-weight: 700; color: #333; margin-bottom: 16px;">404</h1>
<p style="font-size: 20px; color: #666; margin-bottom: 32px;">요청하신 페이지를 찾을 수 없습니다.</p>
<a href="/" style="display: inline-block; padding: 12px 32px; background: #333; color: #fff; text-decoration: none; border-radius: 6px; font-weight: 500;">홈으로 돌아가기</a>
</div>