Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
permalink: /404.html
---

<h1>Page not found.</h1>
<p>Sorry – the page you're looking for doesn't exist.</p>
<p>Perhaps you typed the URL incorrectly, or it may have moved.</p>
<p><a href="/">Back To Home</a></p>
<div class="container container-error">
<h1>Page not found.</h1>
<p>Sorry – the page you're looking for doesn't exist.</p>
<p>Perhaps you typed the URL incorrectly, or it may have moved.</p>
<p><a href="/">Back To Home</a></p>
</div>>


5 changes: 5 additions & 0 deletions css/codeception.css
Original file line number Diff line number Diff line change
Expand Up @@ -1593,4 +1593,9 @@ body #footer .links {

.panel-group--phar pre {
margin-bottom: 0;
}

.container-error {
margin: 80px auto;
text-align: center;
}