scribd.github.io/404.html

29 lines
760 B
HTML
Raw Permalink Normal View History

2019-10-22 14:36:16 +00:00
---
permalink: /404.html
layout: default
2019-11-23 01:35:16 +00:00
title: 404 - Page Not Found
2019-10-22 14:36:16 +00:00
---
<style type="text/css" media="screen">
2019-11-23 01:35:16 +00:00
main {
display: flex;
2019-11-12 17:39:33 +00:00
}
h1 {
2019-11-23 01:35:16 +00:00
margin: 0 0 .4rem;
font-size: 8rem;
2019-11-12 17:39:33 +00:00
line-height: 1;
2019-11-23 01:35:16 +00:00
letter-spacing: -.015em;
2019-11-12 17:39:33 +00:00
}
2019-10-22 14:36:16 +00:00
</style>
2019-11-23 01:35:16 +00:00
<div class="container section-container text-center">
2019-11-12 17:39:33 +00:00
<h1>404</h1>
2019-11-23 01:35:16 +00:00
<h2 class="h4">Page Not Found :(</h2>
<p class="body-lg text-muted">Sorry, the page you're looking for is missing or does not exist.</p>
2019-11-23 05:59:15 +00:00
<a href="{{ "/" | relative_url }}" class="mt-1 btn btn-lg btn-primary btn-icon-right">
2019-11-23 01:35:16 +00:00
Go Home
<svg class="svg-icon"><use xlink:href="{{ '/assets/images/icons/icon-sprite.svg#arrow-right' | relative_url }}"></use></svg>
</a>
2019-10-22 14:36:16 +00:00
</div>