| .. | |||||
| archive | |||||
| inc | |||||
| 404.php | |||||
| comments.php | |||||
| error_log | |||||
| footer.php | |||||
| functions.php | |||||
| header.php | |||||
| index.php | |||||
| page.php | |||||
| readme.txt | |||||
| screenshot.png | |||||
| sidebar.php | |||||
| single.php | |||||
| style.css |
<?php get_header(); ?> <div class="page-404"> <h2><?php esc_html_e( 'Page not found!', 'royal-elementor-kit' ); ?></h2> <p> <?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'royal-elementor-kit' ); ?> </p> </div> <?php get_footer(); ?>
| .. | |||||
| archive | |||||
| inc | |||||
| 404.php | |||||
| comments.php | |||||
| error_log | |||||
| footer.php | |||||
| functions.php | |||||
| header.php | |||||
| index.php | |||||
| page.php | |||||
| readme.txt | |||||
| screenshot.png | |||||
| sidebar.php | |||||
| single.php | |||||
| style.css |