-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
62 lines (58 loc) · 2.5 KB
/
404.html
File metadata and controls
62 lines (58 loc) · 2.5 KB
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>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>404 Page not found - Shirohida</title>
<meta name="author" content="Alexey Bobyakov">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="">
<link href="/favicon.png" rel="icon">
<link href="/style.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
</head>
<body class="no-sidebar">
<header role="banner">
<hgroup>
<h1><a href="/">Shirohida</a></h1>
</hgroup>
</header>
<nav role="navigation">
<ul class="main-navigation">
<li><a href="/about/" title="About">About</a></li>
<li><a href="https://github.com/Claymore" title="GitHub">GitHub</a></li>
<li><a href="/archive/" title="Archive">Archive</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:bobyakov.org" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
</nav>
<div id="main">
<div id="content">
<div>
<article class="hentry" role="article">
<header>
<h1 class="entry-title">404 Page not found</h1>
</header>
<p>Sorry, but we couldn't find the page you're looking for.</p>
<p>Please head back <a href="/">home</a>.</p>
</article>
</div>
</div>
</div>
<footer role="contentinfo">
Copyright © 2007–2019 Alexey Bobyakov<br />
<span class="credit">
Powered by <a href="http://gohugo.io">Hugo</a>,
design is based on <a href="https://github.com/rastersize/BlogTheme">Cedercrantz’s theme</a>
</span>
</footer>
</body>
</html>