Files
probot.github.io/404.html
2017-10-27 15:16:44 -04:00

28 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
title: 404
---
<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="alt-h2 text-uppercase lh-condensed text-brand-blue">
<code style="font-size: 1.05em">404</code>: Page not found
</h1>
<h2 class="alt-h2 lh-condensed">
Somethings missing.
</h2>
<p class="alt-lead text-gray-light mt-2 lh-condensed" style="opacity: 0.6">
The page at this URL doesnt 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/logo.png" class="width-fit" alt="Probot logo">
</div>
</div>
</div>
</header>
</div>