new styles with placeholder EN text
This commit is contained in:
parent
e24293429a
commit
d510942558
10 changed files with 135 additions and 254 deletions
26
404.html
26
404.html
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue