-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
40 lines (36 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="devops, golang, go, docker, kubernetes" name="keywords">
<meta content="Jon Whitcraft" name="author">
<meta property="og:title" content="404 Page not found - h2ik | hell if i know">
<meta property="og:url" content="https://h2ik.co/404.html">
<meta property="og:description" content="From My Brain To Yours">
<meta property="og:type" content="website" />
<title>404 Page not found | h2ik | hell if i know</title>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<link rel="stylesheet" href="https://h2ik.co/css/style.css">
<link rel="shortcut icon" href="https://h2ik.co/favicon.ico">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
</head>
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title notfound">404</h1>
<h2 class="subtitle is-4">
Page not found
</h2>
<a class="button" href="https://h2ik.co">Home Page</a>
</div>
</div>
</section>