-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
36 lines (36 loc) · 1.58 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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<title>Erro 404</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>?v1">
<link rel="apple-touch-icon-precomposed" sizes="410x410" href="<?php bloginfo('template_url');?>/screenshot.jpg">
<link rel="shortcut icon" href="<?php bloginfo('template_url');?>/screenshot.jpg">
<meta property="og:image" content="<?php bloginfo('template_url');?>/screenshot.jpg">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@aicouto" />
<meta name="twitter:title" content="Erro 404" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="<?php bloginfo('template_url');?>/screenshot.jpg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.min.css" />
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span6 offset3">
<ul class="pager">
<li>
<a href="/">Anderson Ismael</a>
</li>
</ul>
<h1 class="text-center">Erro 404</h1>
<p>Página não encontrada</p>
<ul class="pager">
<li>
<a href="/">Anderson Ismael</a>
</li>
</ul>
</div>
</div>
</div>
</body>