1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

404.html: use error layout and change the text abit.

This commit is contained in:
Henrik Hautakoski 2019-10-23 14:06:02 +02:00
parent 8b016c179b
commit c337cf0067

View file

@ -1,25 +1,13 @@
---
permalink: /404.html
layout: default
layout: error
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<h1>404</h1>
<div class="container">
<h1>404</h1>
<h3>Page not found :(</h3>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
<p>
The page you are looking for might have been removed,
had its name changed or is temporary unavailable.
Go to the <a href="{{ "/" | absolute_url }}">index page</a> and try again.
</p>