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(); ?>