-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb791ae
commit c2ba42b
Showing
3 changed files
with
35 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
<?php get_header(); ?> | ||
<div class="error-404"> | ||
<h1> | ||
<span class="error"><?php _e('erro', 'ninja') ?></span> | ||
<span class="num">404</span> | ||
</h1> | ||
|
||
<p><?php _e('Página não encontrada', 'ninja') ?></p> | ||
<a href="<?= home_url() ?>" class="button"> <span><?php _e('Voltar para a página inicial', 'ninja') ?></span> </a> | ||
<div class="gif"> | ||
|
||
</div> | ||
|
||
<button>voltar para Home</button> | ||
</div> | ||
<?php get_footer(); ?> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters