HEX
Server: Apache
System: Linux cpanel.classit.ro 4.18.0-553.144.1.el8_10.x86_64 #1 SMP Tue Jul 14 09:26:58 EDT 2026 x86_64
User: contexpert (1050)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/contexpert/public_html/site/wp-content/themes/vega/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @package vega
 */
?>
<?php get_header(); ?>

<?php get_template_part('parts/banner'); ?>

<!-- ========== Page Content ========== -->
<div class="section error-content bg-white">
    <div class="container">
        <h2>404</h2>
        <h3><?php _e('Page Not Found', 'vega'); ?></h3>
        <div style="height:200px"></div>
    </div>
</div>
<!-- ========== /Page Content ========== -->

<?php get_footer(); ?>