HEX
Server: LiteSpeed
System: Linux premium140.web-hosting.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
User: ukqcurpj (1011)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/ukqcurpj/public_html/wp-content/themes/masterstudy/404.php
<?php get_header(); ?>

<div class="error_page">
	<div class="container">
	    <div class="row">
	        <div class="col-md-12">
		        <div class="heading_font">
		            <div class="error_404">404</div>
		            <div class="h2"><?php esc_html_e('The page you are looking for does not exist.', 'masterstudy'); ?></div>
		        </div>
		        <a href="<?php echo esc_url(site_url()); ?>" class="btn btn-default"><?php esc_html_e('GO BACK TO HOMEPAGE', 'masterstudy') ?></a>
	        </div>
	    </div>
	</div>
</div>

<?php get_footer();?>