Erster Entwurf
This commit is contained in:
commit
b5d27b3fc9
66 changed files with 11671 additions and 0 deletions
11
themes/mainroad/layouts/404.html
Normal file
11
themes/mainroad/layouts/404.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ partial "header.html" . }}
|
||||
|
||||
<main class="main content" role="main">
|
||||
<div class="warning">
|
||||
<h1 class="warning__headline">{{ T "404_title" }}</h1>
|
||||
<p class="warning__text">{{ T "404_text" }} <a href="{{ "" | relLangURL }}">{{ T "404_linktext" }}</a>.</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{{ partial "sidebar.html" . }}
|
||||
{{ partial "footer.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue