Initial theme commit

This commit is contained in:
2026-04-12 22:08:32 +02:00
commit 4d0189a7f2
27 changed files with 2503 additions and 0 deletions

7
404.php Executable file
View 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(); ?>