forked from Evolveum/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
36 lines (32 loc) · 667 Bytes
/
404.html
File metadata and controls
36 lines (32 loc) · 667 Bytes
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
32
33
34
35
36
---
permalink: /404.html
layout: home
title: "Page Not Found"
nav_exclude: true
search_exclude: true
collection: none
visibility: hidden
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 3em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<main id="content" class="container my-5 text-center">
<h1 class="h1">Oops!</h1>
<br>
<p>
We couldn’t find the page you were looking for.<br>
It might have been moved, renamed, or deleted.
</p>
<br>
<a href="/" class="btn btn-primary">← Back to homepage</a>
</main>