forked from muan/scribble
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
25 lines (25 loc) · 986 Bytes
/
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
<html>
<head>
<meta content='Scribble' property='og:title' />
<title>Scribble</title>
<link href='/images/fav.png' rel='shortcut icon'>
<link href='/stylesheets/style.css' rel='stylesheet' type='text/css' />
<link href='/stylesheets/responsive.css' rel='stylesheet' type='text/css' />
<!-- - -->
<script src='/javascripts/jquery.js' type='text/javascript'></script>
<!-- - -->
<meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
<meta content='text/html; charset=utf-8' http-equiv='content-type' />
<meta content='http://muan.co/scribble' property='og:url' />
<meta content="A jekyll theme. Because I scribble." property='og:description' />
<meta content="blog" property="og:type" />
</head>
<body>
<div class="a-c">
<img src="/images/404.png" alt="not found" width="160" />
<p>
<a href="/" class="main" target="_top">Back</a>
</p>
</div>
</body>
</html>