new styles with placeholder EN text

This commit is contained in:
John Hess 2024-06-04 22:41:13 -05:00
parent e24293429a
commit d510942558
10 changed files with 135 additions and 254 deletions

View file

@ -3,26 +3,12 @@ permalink: /404
layout: default
---
<style type="text/css" media="screen">
html, body, main {
height: 100%;
}
.page-content {
padding: 30px 0;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<div class="page-content text-center">
<img src="{{site.baseurl}}/assets/images/butter-logo-feature-large.svg" alt="Butter App Feature Logo" />
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
<div class="content">
<div class="card">
<h1>404</h1>
<br/>
<p><strong>Page not found :(</strong></p>
</div>
</div>
</div>