-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
60 lines (58 loc) · 2.75 KB
/
Copy path404.html
File metadata and controls
60 lines (58 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy"
content="script-src 'self' https://cdn.jsdelivr.net; object-src 'none'; base-uri 'none'">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>페이지를 찾을 수 없습니다 — Kyumswriting</title>
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css" integrity="sha384-GIdEBaqGN9mNkDkMkzMHW8EKUqtpPIe/sLj1X7DIrnc9uPtLROJgmuDlh+3rBw0j" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fontsource/ibm-plex-mono@5.3.0/latin.css" integrity="sha384-GDuWkQ2vJ3WLB+Pwjr2vmR7AG/si+whIv67zaJbePaDliRT2+WESPt1RYPPu5/4P" crossorigin="anonymous">
<link rel="stylesheet" href="/css/theme.css">
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/css/components.css">
<script src="/js/theme.js"></script>
<script src="/js/page-404.js"></script>
</head>
<body>
<header class="site-header">
<div class="inner">
<div class="left">
<button class="menu-btn" id="menu-btn" aria-label="메뉴 열기" aria-expanded="false" aria-controls="drawer">
<span></span><span></span><span></span>
</button>
<a class="site-logo" href="/">kyumswriting<span class="suffix">.log</span></a>
</div>
<nav class="header-actions">
<a class="nav-link" href="/">index</a>
<a class="nav-link" href="/archive.html">archive</a>
<a class="nav-link" href="/tags.html">tags</a>
<a class="nav-link" href="/admin.html">write</a>
<button class="theme-btn" id="theme-toggle" data-theme-toggle title="테마 전환" aria-label="테마 전환">
<span class="to-dark">DARK</span><span class="to-light">LIGHT</span>
</button>
</nav>
</div>
</header>
<main class="container">
<section class="page-head">
<p class="eyebrow">ERROR 404</p>
<div class="row">
<h1>페이지를 찾을 수 없습니다</h1>
</div>
</section>
<div class="tab-bar" style="padding-top: 28px">
<p style="font-size: 15px; color: var(--text-sub)">주소가 바뀌었거나 삭제된 글일 수 있습니다.</p>
<div style="margin-top: 6px"><a class="btn btn-primary" href="/">색인으로 돌아가기</a></div>
</div>
</main>
<footer class="site-footer">
<span>© 2026 IM5K58</span>
<a href="https://pages.github.com" target="_blank" rel="noopener">GITHUB PAGES</a>
</footer>
<script src="/js/config.js"></script>
<script src="/js/posts.js"></script>
<script src="/js/menu.js"></script>
</body>
</html>