PHP Classes

File: 404.php

Recommend this page to a friend!
  Classes of Victor Andeloci   One WordPress Game Theme   404.php   Download  
File: 404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: One WordPress Game Theme
WordPress theme for a gaming blog and podcast
Author: By
Last change:
Date: 1 year ago
Size: 393 bytes
 

Contents

Class file image Download
<?php get_header(); ?>

<main class="post page not-found">
    <div class="container">
        <div class="content">
            <h1>404</h1>
            <p>Não encontramos o que você procura aqui.<br> Talvez o link esteja errado ou essa página deixou de existir ?</p>
        </div>
    </div>
    <?php get_template_part('parts/highlights'); ?>
</main>

<?php get_footer(); ?>