aboutsummaryrefslogtreecommitdiffstats
path: root/404.php
blob: cf5aa0823b5f7c1428e5bbdf63f756cb93115871 (plain)
1
2
3
4
<?php
get_header(404);
get_template_part('content-404');
get_footer(404);