-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.php
57 lines (42 loc) · 1.47 KB
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
get_header(); ?>
<div id="primary">
<div id="content" role="main">
<article id="post-0" class="post error404 not-found">
<header class="entry-header">
<h1 class="entry-title-roxo erro404">404</h1>
<h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn’t it?', 'twentyeleven' ); ?></h1>
</header>
<div class="entry-content">
<p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>
</div><!-- .entry-content -->
</article><!-- #post-0 -->
<?php get_search_form(); ?>
</div><!-- #content -->
<section class="botoes-home">
<a class="PortfolioAnchor" href="#PortfolioAnchor"><h1 class="portfolio-heading">Portfolio</h1></a>
<a href="http://web.brasa.art.br">
<div id="botao-web">
<span class="link-web">Web</span>
</div>
</a>
<a href="http://design.brasa.art.br">
<div id="botao-design">
<span class="link-design">Design</span>
</div>
</a>
<a href="http://cultura.brasa.art.br">
<div id="botao-cultura">
<span class="link-cultura">Cultura</span>
</div>
</a>
</section><!-- .botoes-home -->
</div><!-- #primary -->
<?php get_footer('simples'); ?>