Kloon van Maverick-thema naar custom-thema
This commit is contained in:
parent
9072f86867
commit
1e1d536e3d
65 changed files with 2923 additions and 1 deletions
14
themes/nluug/layouts/404.html
Normal file
14
themes/nluug/layouts/404.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<a class="skip-link" href="#main">Skip to main</a>
|
||||
<main id="main">
|
||||
<div class="content">
|
||||
{{ partial "header.html" . }}
|
||||
<p>The page you requested doesn't exist.</p>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue