HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //proc/thread-self/root/home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/404.php
<?php 
get_header();
?>
<div id="sns_content" class="is-notfound wrap">
	<div class="container sns-notfound-page">
		<div class="sns-notfound-content">
            <?php $bg_404 = dbea_getoption('bg_404', DBEA_THEME_URI.'/assets/img/404.png', 'image'); ?>
            <img class="notfound-img" src="<?php echo esc_attr($bg_404); ?>" alt="<?php echo esc_attr(dbea_themeoption('notfound_title', esc_attr__('Opps! This Page Could Not Be Found!', 'dbea'))); ?>"/>
            <h1 class="notfound-title">
                <?php echo esc_html(dbea_themeoption('notfound_title', esc_html__('Oops !', 'dbea'))); ?>
            </h1>
            <p>
            	<?php echo esc_html(dbea_themeoption('notfound_content', esc_html__('We can’t seem to find the page you’re looking for.', 'dbea'))); ?>
            </p>
            <div class="sns-notfound-search-form">
                <?php get_search_form(); ?>
            </div>
        </div>
	</div>
</div>
<?php get_footer(); ?>