This commit is contained in:
Pavel Kuleshov 2020-03-07 17:31:58 +08:00
parent ea9de3d4b1
commit b85b801a88

6
404.php Normal file
View File

@ -0,0 +1,6 @@
<?php get_header();?>
<div class="content" style="text-align: center; font-size: 20px;">
404
</div>
<?php get_footer();?>