-
Notifications
You must be signed in to change notification settings - Fork 15
/
404.php
executable file
·29 lines (15 loc) · 906 Bytes
/
404.php
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
<?php get_header(); ?>
<section id="content"><div class="inner wrap clearfix">
<div id="main" class="twelvecol first clearfix" role="main">
<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article" itemscope itemtype="http://schema.org/BlogPosting">
<header class="article-header">
<h1 class="page-title" itemprop="headline">Da ist etwas schiefgelaufen.</h1>
</header>
<section class="entry-content clearfix" itemprop="articleBody">
<p>Leider wurde die gesuchte Seite nicht gefunden. Das tut uns sehr leid. Am Besten probierst Du die Suchfunktion aus, um den passenden Inhalt zu finden.</p>
<?php get_search_form(); ?>
</section>
</article>
</div>
</div></section>
<?php get_footer(); ?>