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">
|
2017-02-12 17:02:27 +00:00
|
|
|
<meta http-equiv="refresh" content="0;url={{ site.url }}">
|
2015-12-12 17:40:40 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2017-02-12 17:02:27 +00:00
|
|
|
<title>{{ site.title }} - Free OP Server in Minecraft</title>
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src {{ site.url }} 'unsafe-inline' data:">
|
2015-12-12 17:40:40 +00:00
|
|
|
<style type="text/css">
|
2017-02-12 17:02:27 +00:00
|
|
|
html {
|
|
|
|
background: #eee;
|
|
|
|
}
|
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:' ','' }}
|