| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/aifortoday.co.uk/wwwroot/wp-content/themes/solace/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package solace */ get_header(); ?> <main class="main-404"> <section class="container-all container-404"> <div class="myrow row1"> <h1><?php echo esc_html__( '404', 'solace' ); ?></h1> </div> <div class="myrow row2"> <?php get_search_form(); ?> </div> <div class="myrow row3"> <p><?php echo esc_html__( 'Sorry page not found!', 'solace' ); ?></p> </div> </section><!-- .container --> </main><!-- #main --> <?php get_footer();