Address review comments

This commit is contained in:
Jed Fox
2017-10-27 15:16:00 -04:00
parent 4082d1924f
commit 081ce024bb

View File

@@ -1,6 +1,7 @@
--- ---
layout: default layout: default
title: 404 title: 404
permalink: /404.html
--- ---
<div class="container-lg px-3"> <div class="container-lg px-3">
<header class="py-6"> <header class="py-6">
@@ -11,10 +12,10 @@ title: 404
<code style="font-size: 1.05em">404</code>: Page not found <code style="font-size: 1.05em">404</code>: Page not found
</h1> </h1>
<h2 class="alt-h2 lh-condensed"> <h2 class="alt-h2 lh-condensed">
Somethings missing. Something&rsaquo;s missing.
</h2> </h2>
<p class="alt-lead text-gray-light mt-2 lh-condensed" style="opacity: 0.6"> <p class="alt-lead text-gray-light mt-2 lh-condensed" style="opacity: 0.6">
The page at this URL doesnt exist.<br> The page at this URL doesn&rsaquo;t exist.<br>
Are you looking for <a href="/">the homepage</a> or <a href="/docs">the docs?</a> Are you looking for <a href="/">the homepage</a> or <a href="/docs">the docs?</a>
</p> </p>
</div> </div>