website/404.html

21 lines
541 B
HTML
Raw Normal View History

2016-04-08 19:17:25 +00:00
---
2016-04-08 19:19:16 +00:00
permalink: /404
2016-04-08 19:17:25 +00:00
sitemap: false
---
2016-04-08 23:49:37 +00:00
{% capture content %}<!DOCTYPE html>
2014-10-17 19:10:25 +00:00
<html lang="en">
<head>
2015-12-12 17:40:40 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2016-04-08 19:17:25 +00:00
<title>{{ site.title }}</title>
<meta name="description" content="{{ site.description }}">
2016-12-22 08:50:43 +00:00
<link rel="canonical" href="{{ site.url }}/">
2016-04-08 19:17:25 +00:00
<meta http-equiv="refresh" content="0;url={{ site.url }}">
2015-12-12 17:40:40 +00:00
<style type="text/css">
2016-04-08 13:19:21 +00:00
html {
2015-12-12 19:27:06 +00:00
background: #000;
}
2015-12-12 17:40:40 +00:00
</style>
2016-04-08 13:19:21 +00:00
</head>
2016-05-02 17:05:43 +00:00
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}