-
Notifications
You must be signed in to change notification settings - Fork 157
/
404.html
28 lines (28 loc) · 1.03 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
---
layout: default
title: 404
permalink: /404.html
---
<div class="container-lg px-3">
<header class="py-6">
<div class="pb-0 pt-md-4 py-lg-6">
<div class="d-md-flex flex-md-items-center flex-md-row-reverse flex-md-justify-center gutter-md-spacious">
<div class="col-md-8 text-center text-md-left">
<h1 class="h2 text-uppercase lh-condensed text-brand-blue">
<code style="font-size: 1.05em">404</code>: Page not found
</h1>
<h2 class="h2 lh-condensed">
Something's missing.
</h2>
<p class="alt-lead color-text-tertiary mt-2 lh-condensed" style="opacity: 0.6">
The page at this URL doesn't exist.<br>
Are you looking for <a href="/">the homepage</a> or <a href="/docs">the docs?</a>
</p>
</div>
<div class="col-3 mx-auto mx-md-0 offset-md-1 text-center text-md-right">
<img src="/assets/img/logo.png" class="width-fit" alt="Probot logo">
</div>
</div>
</div>
</header>
</div>