| Server IP : 167.235.67.158 / Your IP : 216.73.216.95 Web Server : Apache System : Linux ubuntu-8gb-nbg1-1 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : upstairsbar.co.uk ( 982) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vinfinity.co.uk/wp-content/themes/dine/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package WordPress
* @subpackage Dine
* @since 1.0
* @version 1.0
*/
get_header(); ?>
<header id="page-header">
<div class="container">
<h1 id="page-title"><?php echo esc_html__( '404', 'dine' ); ?></h1>
</div>
</header>
<div id="page-wrapper" class="page-wrapper">
<div class="container">
<div class="page-content">
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'dine' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .page-content -->
</div><!-- .container -->
</div><!-- #page-wrapper -->
<?php get_footer();