website/404.html

20 lines
440 B
HTML
Raw Normal View History

2016-04-08 19:17:25 +00:00
---
sitemap: false
---
2014-10-17 19:10:25 +00:00
<!DOCTYPE html>
<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 }}">
<link rel="canonical" href="{{ site.url }}">
<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>
2015-01-26 15:37:28 +00:00
</html>