initial commit

This commit is contained in:
2019-06-04 19:35:01 +02:00
commit 9ec32551f6
120 changed files with 12662 additions and 0 deletions

24
404.php Normal file
View File

@@ -0,0 +1,24 @@
<?php get_header(); ?>
<!-- section -->
<section>
<!-- article -->
<article id="post-404">
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
<h2>
<a href="<?php echo home_url(); ?>"><?php _e( 'Return home?', 'dis2019' ); ?></a>
</h2>
</article>
<!-- /article -->
</section>
<!-- /section -->
<?php get_footer(); ?>