-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path404.html
121 lines (102 loc) · 3.85 KB
/
404.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="pt-br">
<head>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="content-language" content="pt-br" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Página não encontrada | Grok Podcast</title>
<meta name="robots" content="index, follow" />
<meta content="" name="keywords" />
<meta content="" name="description" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="icon" href="images/favicon.ico" sizes="64x64" />
<!-- Open Graph -->
<meta content="Grok Podcast" property="og:title" />
<meta content="http://www.grokpodcast.com.br" property="og:url" />
<meta content="images/favicon.ico" property="og:image" />
<meta content="" property="og:description" />
<!-- Viewport Config -->
<meta name="viewport" content="width=device-width, user-scalable=no" />
<!-- Media Queries -->
<link rel="stylesheet" type="text/css" href="/stylesheets/gp-core.css" />
<link rel="stylesheet" type="text/css" href="/stylesheets/gp-web.css" media="(min-width:801px)" />
<link rel="stylesheet" type="text/css" href="/stylesheets/gp-mobile.css" media="(max-width:801px)" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/stylesheets/gp-web.css" media="screen" />
<![endif]-->
</head>
<body class="static">
<div id="topbar">
<div class="holder">
<h1>
<a href="/">
Grok Podcast
</a>
</h1>
</div>
</div> <!-- /topbar -->
<div class="holder">
<header>
<h1>
<a href="/">
Grok Podcast
</a>
</h1>
<ul>
<li id="guy-01">
<a href="/sobre-rafael-rosa-fu" class="guy-profile">Rafael Rosa Fu</a><br />
<a href="http://www.twitter.com/rafaelrosafu" target="_blank" class="twitter-link">
@rafaelrosafu
</a>
</li>
<li id="guy-02">
<a href="/sobre-carlos-brando" class="guy-profile">Carlos Brando</a><br />
<a href="http://www.twitter.com/carlosbrando" target="_blank" class="twitter-link">
@carlosbrando
</a>
</li>
</ul>
</header> <!-- /header -->
<section id="post-infos">
<p id="serie-name">Página não encontrada</p>
</section> <!-- /post-infos -->
<section id="content">
<section>
<div class="content">
<p>Desculpe, a página que você está procurando não existe. <a href="/">Volte para a página inicial</a> ou realize uma busca abaixo.</p>
<div id="search-404">
<form action="http://www.google.com/cse">
<input type="hidden" name="cx" value="010262033250521777854:kinv5r-xy-m" />
<input type="hidden" name="cof" value="FORID:0" />
<input name="q" class="search-query" type="text" placeholder="buscar por..." />
<input type="submit" value="Buscar" />
</form>
</div>
</div>
</section>
</section>
</div> <!-- holder -->
<footer>
<div class="holder">
<p>
<p><a href="/"><strong>GrokPodcast</strong></a></p>
Apoiado com muito carinho pela<a id="footer-logo" href="http://helabs.com.br" target="_blank">HE:labs</a>
</p>
</div>
</footer> <!-- /footer -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="/javascripts/gp.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18562844-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>