sutty/public/500.html

39 lines
1.4 KiB
HTML
Raw Normal View History

2018-01-02 17:19:25 +00:00
<!DOCTYPE html>
<html>
2018-07-02 18:32:52 +00:00
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta name="turbolinks-visit-control" content="reload">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2018-07-02 18:32:52 +00:00
<title>Sutty</title>
2020-08-01 00:06:26 +00:00
<link rel="stylesheet" href="/bootstrap.min.css">
<script defer type="text/javascript" src="/client_site_i18n.js"></script>
2018-07-02 18:32:52 +00:00
</head>
<body>
<main class="row no-gutters align-items-center justify-content-center vh-100">
<section class="col-10" lang="es">
<h1>¡Hola! ¡No te preocupes!</h1>
2019-10-01 19:56:30 +00:00
<p>Estás viendo este mensaje porque hubo un error, pero no hay problema, no se rompió nada.</p>
2019-10-01 19:56:30 +00:00
<p><strong>Ya hemos recibido una notificación con los detalles</strong> y estamos trabajando para resolverlo.</p>
2019-10-01 19:56:30 +00:00
<p>Gracias por ayudarnos a encontrar errores :)</p>
2019-10-01 19:56:30 +00:00
<p><a href="/">Volver al panel</a></p>
</section>
2019-10-01 19:56:30 +00:00
<section class="col-10" lang="en">
<h1>Hi! Don't worry!</h1>
2019-10-01 19:56:30 +00:00
<p>You're seeing this page because there was an error but don't worry, nothing's been broken.</p>
2019-10-01 19:56:30 +00:00
<p><strong>We've been notified of the details already</strong>, and we're working to fix it.</p>
2019-10-01 19:56:30 +00:00
<p>Thanks for helping us in finding errors! :)</p>
2019-10-01 19:56:30 +00:00
<p><a href="/">Go back to panel</a></p>
</section>
</main>
2018-07-02 18:32:52 +00:00
</body>
2018-01-02 17:19:25 +00:00
</html>