-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
175 lines (173 loc) · 4.33 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html>
<head>
<title>Foi mal</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/roca.css">
<link rel="stylesheet" href="css/padrao.css">
<link rel="stylesheet" href="css/erro.css">
<!--analytics-->
<!--Google-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-86654507-1"></script>
<script src="http://embuscadocodigo.com/gtag.js"></script>
<!--Mixpanel-->
<script type="text/javascript" src="http://embuscadocodigo.com/js/mxp.js"></script>
<script type="text/javascript" src="http://embuscadocodigo.com/js/mixpanel-dominio.js"></script>
<style>
.cabecalho ul li {
text-transform: uppercase;
list-style-type: none;
display: inline;
}
.cabecalho a {
text-decoration: none;
}
.cabecalho {
display: inline;
text-align: center;
}
header {
margin-top: 15px;
margin-bottom: 15px;
}
.cabecalho li {
font-weight: bold;
}
footer {
padding: 20px 0;
}
#rodape {
position: relative;
bottom: 12px;
font-size: 13px;
}
.redes li a {
height: 30px;
width: 30px;
display: block;
}
.redes {
position: absolute;
bottom: 10px;
right: 15px;
}
.redes li {
float: left;
margin-left: 25px;
margin-bottom: 27px;
}
body {
margin-left: 30px;
margin-right: 30px;
}
body {
background-color: #E8E8E8;
font-family: Trebuchet, Verdana, sans-serif;
}
header, section, footer, a, li {
color: #363636;
}
section {
margin: 10px;
letter-spacing: 2px; /*espaço entre letras*/
line-height: 20px; /*altura da linha*/
word-spacing: 2px; /*espaço entre palavras*/
text-indent:10px; /*margem da 1ª palavra*/
}
.propagando {
width: 100%;
text-align: center;
position: fixed;
bottom: 0px;
}
form {
width: 500px;
margin: 20px auto;
}
.prose {
height:90px;
}
.erro img, .demoro img {
width: 90%;
height: 90%;
position: relative;
}
#rodape {
color: 777;
margin-bottom: 20px;
margin-top: 20px;
margin-left: 15px;
text-align: left;
clear: both;
}
#rodape img {
vertical-align: middle;
width: 50px;
border-radius: 50%;
}
li {
list-style-type: none;
}
</style>
</head>
<body>
<header>
<nav class="cabecalho">
<ul>
<li><a href="http://embuscadocodigo.com/">home</a></li>
<li>|</li>
<li><a href="http://embuscadocodigo.com/ajuda.html">ajuda</a></li>
<li>|</li>
<li><a href="http://embuscadocodigo.com/sobre.html">Sobre</a></li>
<li>|</li>
<li><a href="http://embuscadocodigo.com/codigos.html">Códigos</a></li>
</ul>
<form>
<script>
(function() {
var cx = '003467032773945451414:czc04qxogy0';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</form>
</nav>
</header>
<section>
<a class="erro" href="sobre.html">
<fugure class="demoro">
<img class="404" src="http://embuscadocodigo.com/css/img/404.png">
</figure>
</a>
</section>
<section class="propagando">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- em busca do codigo 01 -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-5020252132627432"
data-ad-slot="7324870979"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</section>
<footer id="rodape">
<img src="http://embuscadocodigo.com/css/img/001.png">
Desde 2015 Em Busca do Código
<ul class="redes">
<li><a href="https://www.facebook.com/embuscadocodigo" target="_blank"><img src="http://embuscadocodigo.com/css/img/007.png"></a></li>
<li><a href="https://plus.google.com/115289918651298518386" target="_blank"><img src="http://embuscadocodigo.com/css/img/008.png"></a></li>
<li><a href="https://www.youtube.com/channel/UC6EgJeCFC-P96Y0Gvla0Z3w"target="_blank"><img src="http://embuscadocodigo.com/css/img/009.png"></a></li>
</ul>
</footer>
<section class="prose">
</section>
</body>
</html>