mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +02:00
404.html: use error layout and change the text abit.
This commit is contained in:
parent
8b016c179b
commit
c337cf0067
1 changed files with 8 additions and 20 deletions
28
404.html
28
404.html
|
|
@ -1,25 +1,13 @@
|
||||||
---
|
---
|
||||||
permalink: /404.html
|
layout: error
|
||||||
layout: default
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<style type="text/css" media="screen">
|
<h1>404</h1>
|
||||||
.container {
|
|
||||||
margin: 10px auto;
|
|
||||||
max-width: 600px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
margin: 30px 0;
|
|
||||||
font-size: 4em;
|
|
||||||
line-height: 1;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="container">
|
<h3>Page not found :(</h3>
|
||||||
<h1>404</h1>
|
|
||||||
|
|
||||||
<p><strong>Page not found :(</strong></p>
|
<p>
|
||||||
<p>The requested page could not be found.</p>
|
The page you are looking for might have been removed,
|
||||||
</div>
|
had its name changed or is temporary unavailable.
|
||||||
|
Go to the <a href="{{ "/" | absolute_url }}">index page</a> and try again.
|
||||||
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue