HEX
Server: LiteSpeed
System: Linux prometheus.hongkongserver.net 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
User: ayxmplky (1112)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/ayxmplky/public_html/wp-content/themes/tactic/404.php
<?php
/**
 * 404.php
 *
 * @package tactic
 */

get_header();
?>
<main id="main-content" class="page-404" role="main">
	<div class="container">
		<div class="page-404__code" aria-hidden="true">404</div>
		<h1 class="page-404__title"><?php echo esc_html( tactic_s( 'error_404_title' ) ); ?></h1>
		<p class="page-404__text"><?php echo esc_html( tactic_s( 'error_404_text' ) ); ?></p>
		<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn btn--dark">
			<?php echo esc_html( tactic_s( 'error_404_home' ) ); ?>
		</a>
	</div>
</main>
<?php get_footer(); ?>