-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
23 lines (22 loc) · 899 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
---
permalink: /404.html
layout: null
---
<html>
<head>
<meta content='Scribble' property='og:title' />
<title>Scribble</title>
<link href='{{ site.url }}/images/fav.png' rel='shortcut icon'>
<link rel="stylesheet" href="{{ site.url }}/stylesheets/style.css"/>
<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='{{ site.url }}' property='og:url' />
<meta content="{{ site.description }}" property='og:description' />
<meta content="blog" property="og:type" />
</head>
<body class="lh-copy dark-gray ph3 pv5 f6 sans-serif tc bg-super-white">
<img src="{{ site.url }}/images/404.png" alt="not found" width="160" class="mb3" /><br>
<a href="{{ site.url }}" class="link blue hover-gray">Home</a>
</div>
</body>
</html>