PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
themes
/
twentynineteen
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div class="error-404 not-found"> <header class="page-header"> <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'twentynineteen' ); ?></h1> </header><!-- .page-header --> <div class="page-content"> <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentynineteen' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </div><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
[+]
js
[-] style-rtl.css
[edit]
[-] search.php
[edit]
[+]
classes
[-] index.php
[edit]
[-] page.php
[edit]
[+]
..
[-] package-lock.json
[edit]
[-] style-editor-customizer.css
[edit]
[-] postcss.config.js
[edit]
[-] package.json
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[+]
sass
[-] print.scss
[edit]
[-] style-editor.scss
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] screenshot.png
[edit]
[+]
fonts
[-] style.scss
[edit]
[-] functions.php
[edit]
[+]
images
[-] style-editor.css
[edit]
[-] print.css
[edit]
[-] archive.php
[edit]
[-] style-editor-customizer.scss
[edit]
[-] error_log
[edit]
[+]
template-parts
[-] comments.php
[edit]
[-] image.php
[edit]
[+]
inc