-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
49 lines (45 loc) · 1.67 KB
/
404.html
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.keehun.dev/scss/style.min.3cf659a3db2801d1078cfa075027fb3f41972950377529ef910ccfdb1adffb49.css" integrity="sha256-PPZZo9soAdEHjPoHUCf7P0GXKVA3dSnvkQzP2xrf+0k=" media="screen">
<link rel="stylesheet" href="/css/bulma.css" media="screen">
<link rel="stylesheet" href="/webfonts/lora/lora.css" type="text/css" charset="utf-8" />
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="Keehun Nam">
<title>404 Page not found - Keehun Nam</title>
</head>
<body><header class="section">
<div class="container">
<br/>
<div class="level">
<div class="level-left">
<div class="level-item">
<img class="image is-rounded is-32x32" src="/img/keehun_4.png">
</div>
<div class="level-item">
<nav class="breadcrumb has-arrow-separator" aria-label="breadcrumbs">
<ul>
<li><a href="/">Keehun Nam</a></li><li class="is-active"><a href="https://www.keehun.dev/404.html" aria-current="page">404 Page not found</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<section class="section">
<div class="container">
<div class="content has-text-centered">
<h1 class="title">Nothing exists at this URL.</h1>
<p>If you believe there should be something here, <a href="/contact">contact me</a>.</p>
</div>
</div>
</section>
<footer class="footer">
<div class="has-text-centered">
</div>
</footer>
</body>
</html>