%PDF- %PDF-
Direktori : /var/www/i4insight.eco-n-tech.co.uk/wp-content/themes/lloyd/ |
Current File : /var/www/i4insight.eco-n-tech.co.uk/wp-content/themes/lloyd/404.php |
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package lloyd */ get_header(); ?> <div class="absolute h-full w-full flex items-center"> <div class="container text-center "> <i class="fa-solid fa-circle-exclamation text-6xl mb-8"></i> <h1 class="entry-title text-3xl"><?php esc_html_e( 'Oops! That page can’t be found.', 'lloyd' ); ?></h1> </div> </div><!-- #main --> <?php get_footer();