-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
77 lines (48 loc) · 2.4 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="generator" content="Hugo 0.62.0-DEV" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found - GolangCWB">
<meta name="twitter:description" content="">
<meta name="twitter:site" content="https://golang-cwb.github.io/">
<meta name="twitter:creator" content="">
<meta name="twitter:image" content="https://golang-cwb.github.io/images/avatar.png">
<meta property="og:locale" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="404 Page not found - GolangCWB">
<meta property="og:description" content="">
<meta property="og:url" content="https://golang-cwb.github.io/404.html">
<meta property="og:site_name" content="GolangCWB">
<meta property="og:image" content="https://golang-cwb.github.io/images/avatar.png">
<title>404 Page not found - GolangCWB</title>
<meta name="author" content="GolangCWB">
<meta name="description" content="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Arvo:400,700">
<link rel="stylesheet" href="https://golang-cwb.github.io/css/theme.css">
<link rel="stylesheet" href="https://golang-cwb.github.io/css/chroma.dracula.css">
</head>
<body class="font-serif bg-gray-200 border-t-4 border-blue-500 antialiased">
<div class="w-full p-6 md:w-2/3 md:px-0 md:mx-auto xl:w-2/5">
<header class="mb-6">
<div class="mb-6 md:flex md:items-center">
<div>
<a class="text-lg mb-8 inline-block" href="/">← Back Home</a>
<h1 class="text-4xl font-bold">Whoops! The page you're looking for doesn't exist :(</h1>
</div>
</div>
</header>
<section class="mb-24">
<img src="/images/404-background.png" alt="Page Not Found">
</section>
<footer>
<p>
© 2019. Proudly made with 💕 with <a href="https://gohugo.io/" target="_blank">Hugo</a> and <a href="https://tailwindcss.com/" target="_blank">TailwindCSS</a>.
</p>
</footer>
</div>
</body>
</html>