Initial theme commit
This commit is contained in:
7
404.php
Executable file
7
404.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php get_header(); ?>
|
||||
<main class="site-main">
|
||||
<div class="narrow">
|
||||
<article class="post-card"><div class="single-post"><h1>Seite nicht gefunden</h1><p>Die URL stimmt nicht oder der Inhalt existiert nicht mehr.</p><?php get_search_form(); ?></div></article>
|
||||
</div>
|
||||
</main>
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user