source: tanzpartie-hugo/themes/bilberry-hugo-theme/layouts/404.html @ 16971

Last change on this file since 16971 was 16971, checked in by Henrik Bettermann, 2 years ago
File size: 732 bytes
Line 
1{{ define "main" }}
2
3<div class="content">
4    <div class="article-wrapper u-cf single">
5        <a class="bubble" href="{{ "/" | relLangURL}}">
6            <i class="fa fa-fw fa-exclamation-triangle"></i>
7        </a>
8
9        <article class="error404 article">
10            <div class="content">
11                <h3>WOAH BUDDY!</h3>
12                <p></p>
13                <p>This is definitly not the page you're looking for...</p>
14                <p><strong>An Error 404 occured.</strong> That means the page is not available. </p>
15                <p>Please select a category at the bottom or change over to the <a href="{{ "/" | relLangURL}}"> HOMEPAGE</a>.</p>
16            </div>
17        </article>
18    </div>
19</div>
20{{ end }}
Note: See TracBrowser for help on using the repository browser.