forked from braziljs/braziljs-2012
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
63 lines (57 loc) · 2.31 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta property="og:title" content="BrazilJS" />
<meta property="og:description" content="BrazilJS 2012 - Porto Alegre. A maior conferência de Javascript do universo!" />
<meta property="og:image" content="http://braziljs.com.br/images/braziljs_thumb_200.jpg" />
<meta property="og:url" content="http://braziljs.com.br/" />
<meta name="description" content="BrazilJS 2012 - Porto Alegre. A maior conferência de Javascript do universo!" />
<meta name="keywords" content="braziljs javascript conferencia porto alegre palestras front-end client-side evento js programacao coffeescript node.js node web standards webdev webdesign" />
<title>Página não encontrada | BrazilJS - Porto Alegre 2012</title>
<script>document.getElementsByTagName('html')[0].className+=' js'</script>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="stylesheet" href="/styles/soon.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32119524-1']);
_gaq.push(['_setDomainName', 'braziljs.com.br']);
_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>
</head>
<body>
<header class="header">
<h1><a href="http://braziljs.com.br"><img src="/images/braziljs-logo.png" alt="BrazilJS" /></a></h1>
<h2>Porto Alegre <b>2012</b></h2>
</header>
<section class="not-found">
<p>Página não encontrada.</p>
</section>
<section class="text">
<p class="line">
A maior conferência<br />
de JavaScript<br />
do universo
</p>
<p class="where">
30 e 31 de Agosto<br />
Teatro do Bourbon Country<br />
Porto Alegre / RS
</p>
</section>
<div class="bg">
<div class="porto p0"></div>
<div class="porto p1"></div>
<div class="porto p2"></div>
<div class="porto p3"></div>
<div class="porto p4"></div>
</div>
<script src="/scripts/soon.js"></script>
</body>
</html>