You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
961 B
45 lines
961 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Página não encontrada</title>
|
|
<meta charset="utf-8" />
|
|
<style type="text/css">
|
|
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;
|
|
}
|
|
|
|
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><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>
|