PATH:
home
/
centosnipponia
/
public_html
/
nipponiagt
/
wp-content
/
themes
/
airi
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Airi */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <section class="error-404 not-found"> <header class="page-header"> <h1 class="page-title"><?php esc_html_e( '404', 'airi' ); ?></h1> </header><!-- .page-header --> <div class="page-content"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try searching?', 'airi' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </section><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
[+]
..
[+]
css
[+]
images
[+]
inc
[+]
js
[+]
languages
[+]
learnpress
[+]
page-templates
[+]
sass
[+]
template-parts
[+]
theme-dashboard
[+]
tribe
[+]
tribe-events
[+]
widgets
[+]
woocommerce
[-] 404.php
[edit]
[-] LICENSE
[edit]
[-] archive.php
[edit]
[-] comments.php
[edit]
[-] editor-styles.css
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[-] header.php
[edit]
[-] home.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] readme.txt
[edit]
[-] screenshot.png
[edit]
[-] search.php
[edit]
[-] sidebar-footer.php
[edit]
[-] sidebar.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] wpml-config.xml
[edit]
[-] .htaccess.disabled
[edit]