-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
109 lines (55 loc) · 2.5 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Poo Organization">
<base href="/">
<title>
404 Page not found
</title>
<link rel="canonical" href="/404/">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.0/jquery.scrollTo.min.js">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu+Mono:400,400i,700,700i|Raleway:500|Work+Sans">
<link rel="stylesheet" href="/css/style.css?t=1491000442">
<link rel="shortcut icon"
href="/img/fav.ico"
>
<link href="/404.html/index.xml" rel="alternate" type="application/rss+xml" title="Welcome To The Poo Org" />
</head>
<body lang="en">
<div class="section">
<div class="hero fade-in one">
<div class="hero-body has text centered">
<h1 class="title bold-title is-1">404</h1>
</div>
</div>
<div class="container fade-in two">
<hr>
<nav class="nav-center">
<a class="nav-item" href="/">Main</a> |
<a class="nav-item" href="/#about">About</a> |
<a href="/blog">Blog</a> |
<a class="nav-item" href="/#workwithme">Work With Me</a> |
<a class="nav-item" href="/#contact">Contact</a>
<a class="nav-item" href="/index.xml"><i class="fa fa-rss"></i></a>
</nav>
<hr>
</div>
<div class="container markdown fade-in two">
Oops! Either you've found a bug (in which case, <a href="">please tell me</a>) or you're just making things up. This page doesn't exist!
</div>
<div class="section" id="footer">
<div class="container has-text-centered">
A Site About Things
</div>
</div>
</div>