%PDF- %PDF-
Direktori : /var/www/tif-dev/wp-content/themes/inkfactory/ |
Current File : //var/www/tif-dev/wp-content/themes/inkfactory/404.php |
<?php /** * The template for displaying 404 pages (not found) */ get_header(); ?> <div class="page-404 page-wrapper"> <div class="page-404__wrap"> <p class="content_large color-red"> Error 404 </p> <h1 class="h1 mb-40"> Page not found </h1> <div class="content_normal mb-32"> <p>This page was not found. Try navigating to another page, or use the button below to go to the Front page.</p> </div> <a title="Go to Homepage" href="<?php echo get_home_url(); ?>" class="btn btn_big btn_violet inline-block"> <span>Go to Homepage</span> <span>></span> </a> </div> </div> <?php get_footer();