-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patherror-404.hbs
36 lines (29 loc) · 1.12 KB
/
error-404.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{{!< default}}
<main id="main post-wrapper">
<article class="max-w-full px-4 mx-auto prose-lg post-content prose-invert text-light md:px-32">
<section>
<section class="error-message">
<h1 class="error-code">404</h1>
<a href="{{@site.url}}" title="Go to the front page of SREDevOps.org or try searching below."
referrerpolicy="no-referrer-when-downgrade" rel="home">Go to the front page of SREDevOps.org</a> or try searching
below.
</section>
<!-- Search button -->
<section class="mb-6">
<button
class="flex items-center w-full gap-2 px-4 py-2 transition-colors duration-200 border rounded-md border-dark bg-dark text-lighter hover:bg-darker"
data-ghost-search
aria-label="Search site content"
title="Press / to search"
>
<svg class="w-5 h-5 text-light" role="img" aria-label="Search">
<use xlink:href="#icon-search"></use>
</svg>
<span class="flex-grow text-left">Search</span>
<kbd class="hidden px-2 py-1 text-xs rounded md:inline-block bg-darker">
/
</kbd>
</button>
</section>
</article>
</main>