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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

46 lines
1018 B

<!DOCTYPE html>
<html>
<head>
<title>Erro inesperado</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: 30em;
padding: 0 4em;
margin: 4em auto 0 auto;
}
h1 {
font-size: 30px;
color: #c33;
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-exclamation-triangle"></i></h1>
<h1>Erro inesperado!</h1>
<p>Você acabou de encontrar um bug no site. Os administradores
já foram alertados e devem consertar o problema em breve.</p>
</div>
</body>
</html>