forked from kroxylicious/kroxylicious.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
16 lines (16 loc) · 656 Bytes
/
Copy path404.html
File metadata and controls
16 lines (16 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
permalink: /404.html
layout: default
---
<div class="container" style="margin: 10px auto; max-width: 600px; text-align: center;">
<div class="row w-100 my-5 justify-content-center">
<a href="{{ '/' | absolute_url }}"/>
<img class="img-fluid ms-4" src="{{ '/assets/theme/images/kroxylicious_logo_rgb_vert_default.svg' | absolute_url }}" alt="Kroxylicious logo">
</a>
</div>
<div class="row w-100 my-5 justify-content-center">
<h1 style="margin: 30px 0; font-size: 4em; line-height: 1; letter-spacing: -1px;">404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</div>