add 404
This commit is contained in:
parent
803f25b9be
commit
69390c8508
6 changed files with 55 additions and 2 deletions
44
estaticos/html/404.html
Normal file
44
estaticos/html/404.html
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>Página não encontrada</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
|
||||
<style>
|
||||
h1 {
|
||||
font-size: 80px;
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
margin-top: -40px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 300px;
|
||||
margin: 0 auto;
|
||||
margin-top: 15%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>404</h1>
|
||||
<h2>Página não encontrada</h2>
|
||||
<p>
|
||||
A página que você procura não existe ou ocorreu outro erro, entre em contato com o suporte.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue