-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
1 lines (1 loc) · 1.13 KB
/
Copy path404.html
File metadata and controls
1 lines (1 loc) · 1.13 KB
1
<!doctype html><meta charset=utf-8><link href=img/icon/img_02.png rel="shortcut icon"><title>Page Not found</title><link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext"rel=stylesheet><style>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}body,html{height:100%}body{background:#f4f6f6;font-family:Roboto,sans-serif;color:#414546;display:flex;align-items:center;justify-content:center}p{margin:20px 0}.panel{background:#eee;padding:40px 60px;border-radius:6px;width:40em;margin:50px auto;max-width:100%}a,a:active,a:link,a:visited{color:#00c7b7;text-decoration:none}a:hover{text-decoration:underline}</style><div class=main><div class=panel><div class=header><h1>Pagina não encontrada</h1></div><div class=body><p>Clique abaixo para voltar para pagina principal<p><a href=index.html id=back-link>← Volte para Chácara Mil Flores</a></div></div></div><script>document.referrer&&document.location.host&&document.referrer.match(new RegExp("^https?://"+document.location.host))&&document.getElementById("back-link").setAttribute("href",document.referrer)</script>