14 lines
180 B
PHP
14 lines
180 B
PHP
<?php
|
|
/**
|
|
* The template for displaying 404 pages (Not Found).
|
|
*
|
|
* @package p2020
|
|
*/
|
|
|
|
get_header(); ?>
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<main id="content" />
|
|
|
|
<?php get_footer(); ?>
|