forked from codemealkit/codemealkit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
61 lines (61 loc) · 4.12 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
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html><html lang=en>
<head>
<meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<meta name=author content="Ronalds Vilcins - https://codemealkit.github.io/">
<title>404 Page not found | CODE MEAL KIT</title>
<meta name=description content>
<meta name=twitter:card content="summary">
<meta name=twitter:title content="404 Page not found">
<meta name=twitter:description content>
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content>
<meta property="og:type" content="website">
<meta property="og:url" content="https://codemealkit.github.io/404.html">
<meta itemprop=name content="404 Page not found">
<meta itemprop=description content>
<link rel=canonical href=https://codemealkit.github.io/404.html>
<link rel=dns-prefetch href=https://www.google-analytics.com>
<link href=https://www.google-analytics.com rel=preconnect crossorigin>
<link rel=alternate type=application/atom+xml title="CODE MEAL KIT" href=https://codemealkit.github.io/atom.xml>
<link rel=alternate type=application/json title="CODE MEAL KIT" href=https://codemealkit.github.io/feed.json>
<link rel="shortcut icon" type=image/png href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=">
<style>@import "https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300&family=Noto+Sans+KR:wght@300&display=swap";*,:after,:before{box-sizing:border-box;padding:0}body{font:1rem/1.5 '-apple-system',BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif;text-rendering:optimizeSpeed}.posts hr{margin-top:0;margin-bottom:0;margin-right:.5rem;margin-left:.5rem;height:1px;border:none;border-bottom:1px #353535;flex:1 0 1rem}main{max-width:70ch;padding:2ch;margin:auto}a,body{color:#353535}::selection,a:focus,a:hover{background-color:#353535;color:#fff}.meta{margin:0 0 2.5rem}.tags::before{content:"\2022";margin-left:1rem}code,pre{color:#353535;font-family:San Francisco Mono,Monaco,consolas,lucida console,dejavu sans mono,bitstream vera sans mono,monospace;font-size:normal;border:1px solid #353535;font-size:small}code{padding:.1rem;border:none}pre{padding:.5rem;overflow-x:auto}pre code{border:none}img{max-width:100%}figure{display:block;padding-top:1em;padding-bottom:1em;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}figure img{display:inline-block}figure figcaption{text-align:left;margin-top:-.4rem;font-size:.6rem;width:21em;font-family:noto sans kr,sans-serif}hr{background:#353535;height:1px;border:0}ul{list-style-type:square}ul,ol{padding-left:1.2rem}header li,footer li{display:inline;text-transform:uppercase}header a,footer a{text-decoration:none}header ul,footer ul{justify-content:space-between;display:flex}[aria-current=page]{text-decoration:line-through}header,section,footer{padding:1rem 0}blockquote{border-left:5px solid #353535;padding-left:1rem}.posts ul,header ul,footer ul{list-style:none}.posts,header ul,footer ul{padding:0}.posts li{align-items:center;display:flex;justify-content:space-between;margin-bottom:.7rem}.posts li a,.posts li div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.posts li time{padding-left:1rem;white-space:nowrap;font-variant-numeric:tabular-nums}.hash{opacity:.25;text-decoration:none}table{border-collapse:collapse;text-align:left;width:100%}table tr{background:#fff;border-bottom:1px solid}table th,table td{padding:10px 20px}</style>
</head>
<body>
<main id=main role=main>
<header>
<img src=https://codemealkit.github.io/images/meal-plate.png width=100% style=border:0>
<nav>
<ul>
<li>
<a href=/welcome/>Welcome</a>
</li>
<li>
<a href=/tags/program/>Program</a>
</li>
<li>
<a href=/codebrew/>Code Brew</a>
</li>
</ul>
</nav>
</header>
<hr>
<section>
<h2>Error 404</h2>
<p>The page you requested doesn't exist.</p>
</section>
<hr>
<footer>
<nav>
<ul>
<li>
CODE MEAL KIT © 2022 <a href=http://mediacityseoul.kr/><img src=https://codemealkit.github.io/images/SMB_logo.png width=25% align=right style=border:0></a>
</li>
</ul>
</nav>
</footer>
</main>
</body>
</html>