File: /var/www/k8148-2/htdocs/www.sport-roth.at/wp-content/themes/old_daniel/404.php
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Daniel
*/
get_header();
?>
<div id="primary" class="content-area htpage-padding page-not-found-wrap">
<main id="main" class="site-main">
<div class="ht-container">
<div class="ht-row">
<div class="ht-col-md-12 ht-col-xs-12">
<div class="pnf-inner-wrap">
<div class="pnf-inner">
<h1><?php echo esc_html('404','daniel'); ?></h1>
<h2><?php echo esc_html('PAGE NOT FOUND','daniel'); ?></h2>
<p><?php echo esc_html('The page you are looking for does not exist or has been moved.'); ?> </p>
<a href="<?php echo esc_url( home_url('/') ); ?>" class="btn">
<?php
echo esc_html('Go back to Home Page' , 'daniel');
?>
</a>
</div>
</div>
</div>
</div>
</div>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();