Redesign site and optimize page performance
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 23s
This commit is contained in:
11
layouts/404.html
Normal file
11
layouts/404.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
<main class="home error-page" id="main-content">
|
||||
{{ partial "home-intro.html" . }}
|
||||
<section class="error-panel" aria-labelledby="not-found-heading">
|
||||
<p class="error-code" aria-hidden="true">404</p>
|
||||
<h2 id="not-found-heading">File not found</h2>
|
||||
<p>The page may have moved, or the address may be incomplete.</p>
|
||||
<a class="post-button" href="{{ "/" | relURL }}">< Home</a>
|
||||
</section>
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user