ec4603cd11
with integrated Call to action, and a nicer language switcher
20 lines
284 B
Markdown
20 lines
284 B
Markdown
---
|
|
layout: centered
|
|
permalink: /404
|
|
redirect: true
|
|
---
|
|
|
|
<style type="text/css" media="screen">
|
|
h1 {
|
|
margin: 30px 0;
|
|
font-size: 4em;
|
|
line-height: 1;
|
|
letter-spacing: -1px;
|
|
text-align: center !important;
|
|
}
|
|
</style>
|
|
|
|
<div class="container">
|
|
<h1>404</h1>
|
|
</div>
|