CINXE.COM
Página no encontrada (404)
<!DOCTYPE html> <html> <head> <title>Página no encontrada (404)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> html { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,656565+100 */ background: #222222; /* Old browsers */ background: -moz-linear-gradient(-45deg, #222222 0%, #656565 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, #222222 0%,#656565 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, #222222 0%,#656565 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#656565',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ min-height: 100%; } body { /*background-color: #eaeaea;*/ color: #000; text-align: center; font-family: arial, sans-serif; margin: 0; } div.dialog { width: 95%; max-width: 33em; margin: 4em auto 0; background-color: rgba(255,255,255,0.25); padding: 20px; border: 1px solid #096030; border-radius: 10px; box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.4); } h1 { color: #e1e1e1; font-size: 80px; line-height: 1.5em; margin: 0px; } h2{ border-top: 1px solid #ababab; border-bottom: 1px solid #ababab; padding-top: 20px; padding-bottom: 20px; font-size: 44px; color: #282828; margin: 0px; } .subtitle{ font-size: 16px; color: #333; } a{ color: #000; font-weight: 600; } </style> </head> <body> <!-- This file lives in public/404.html --> <div class="dialog"> <div> <img src="/assets/logoblaco.png" alt="Figap logo" width="220"> <h1>404</h1> <h2>P谩gina no encontrada</h2> </div> <p class="subtitle">Asegurese de que la direcci贸n es correcta.</p> <p class="subtitle"><a href="/">Ir al inicio</a></p> </div> </body> </html>