Server IP : 162.213.251.208 / Your IP : 3.147.58.159 Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : jmoroovq ( 1890) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jmoroovq/expressmedicalbillingservices.com/wp-content/themes/framer-wp/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package uicore-theme */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <section class="utility-page maintenance-page"> <img src="<?php echo get_template_directory_uri() ?>/assets/img/bg-404.png" alt="<?php esc_attr_e('The site is currently down for maintenance', 'framer-wp')?>" class="error-404-img"> <h1 class="maintenance-title"><?php esc_html_e('The site is currently down for maintenance.', 'framer-wp'); ?></h1> <p><?php esc_html_e('We apologise for any incoveniences caused.', 'framer-wp'); ?></p> </section><!-- .utility-page --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();