HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/lcc.kaunokolegija.lt/wp-content/themes/consted/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Consted
 */

get_header();
?>

	
            
<section class="error-404 not-found8">

	
    <h1><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'consted' ); ?></h1>
    
     <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'consted' ); ?></p>
 	
    <div class="page-content">
        
    
         <?php get_search_form();?>
    
    
         <div class="clearfix"></div>
         <!-- .widget -->
    
    
    </div><!-- .page-content -->
</section>


		
<?php
get_footer();