Refactoring

This commit is contained in:
2015-09-04 17:47:25 -04:00
parent c686ee1d7c
commit ae098bd45c
27 changed files with 409 additions and 7709 deletions

View File

@@ -1,26 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<title>Página não encontrada</title>
<meta charset="utf-8" />
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
body {
background-color: #fff;
color: #a0a0a0;
font-size: 18px;
text-align: center;
font-family: sans-serif;
line-height: 24px;
}
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
h1 {
font-size: 30px;
color: #069;
line-height: 1.5em;
text-shadow: 1px 1px 1px #ccc;
}
h1 i {
font-size: 300px !important;
}
</style>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css'></link>
</head>
<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
<h1><i class="fa fa-question-circle"></i></h1>
<h1>Página não encontrada!</h1>
<p>A página que você está tentando acessar não existe.</p>
</div>
</body>
</html>