-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
404.html
31 lines (29 loc) · 1.07 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: no-container
title: Error 404 - Page Not Found
sitemap: false
slug: four-oh-four
permalink: /404.html
---
<div class="jumbotron text-center">
<div class="container-fluid">
<h1>{{ page.title }}</h1>
<p class="lead my-4">We couldn’t find what you’re looking for on <em>{{ site.url }}</em>.</p>
<p class="mb-4"><a href="/" class="btn btn-lg btn-success">Take Me To The Homepage</a></p>
</div>
</div>
<div class="main-content container py-5">
<div class="row">
<div class="col-12 col-md-6">
<h2>What happened?</h2>
<p>A 404 error implies that the file or page that you’re looking for could not be found.</p>
</div>
<div class="col-12 col-md-6">
<h2>What can I do?</h2>
<p>
Please use your browser’s back button and check that you’re in the right place.
If you need immediate assistance, please open a <a href="{{ site.params.github }}/sustainers.github.io/issues">GitHub issue</a> instead.
</p>
</div>
</div>
</div>