5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 13:14:18 +00:00
panel/public/500.html

89 lines
3.1 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'>
<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 class=''>
<div class='container-fluid'>
<div class='row'>
2019-10-01 19:56:30 +00:00
<main class='col'>
<nav>
<ul>
<li><a href="#castellano">Castellano</a></li>
<li><a href="#english">English</a></li>
</ul>
</nav>
<section id="castellano" lang="es">
<h1>¡Hola!</h1>
<p>Estás viendo este mensaje porque hubo un error que Sutty el
programa no pudo continuar :(</p>
<p>Ya hemos recibido una notificación con los detalles.</p>
<p>¿Podrías tomarte unos segundos para ayudarnos, explicando
lo mejor que puedas lo qué estabas haciendo cuando sucedió el
error? :)</p>
</section>
<section id="english" lang="en">
<h1>Hi!</h1>
<p>You're seeing this page because there was an error from
which Sutty couldn't recover.</p>
<p>We've received the details already.</p>
<p>Could you take a few seconds to help us by explaining
what were you doing when the error happened? :)</p>
</section>
<section id="form">
<form class="form" action="https://contact.sutty.nl/" accept-charset="UTF-8" method="post">
<input type="hidden" name="site" value="panel.sutty.nl" />
<div class='form-group'>
<label for="from">
<span lang="es">Dirección de correo</span> /
<span lang="en">E-mail address</span>
</label>
<input class="form-control" type="email" name="from" />
<small class='text-muted form-text'>
<span lang="es">Si querés que te contactemos :)</span>
<span lang="en">If you want us to contact you :)</span>
</small>
</div>
<div class='form-group'>
<label for="body">
<span lang="es">Por favor, describe lo que estabas
haciendo cuando sucedió el error</span> /
<span lang="en">Please, describe what you were doing
when the error happened</span>
</label>
<textarea class="form-control ltr" required="required" name="body"></textarea>
<div class='invalid-feedback'>
<span lang="es">Este campo es obligatorio</span> /
<span lang="en">This field is required</span>
</div>
</div>
<div class='form-group'>
<button type="submit" class="btn btn-success">
<span lang="es">Enviar</span> /
<span lang="en">Send</span>
</button>
</div>
</form>
</section>
</main>
2018-07-02 18:32:52 +00:00
</div>
2018-01-02 17:19:25 +00:00
</div>
2018-07-02 18:32:52 +00:00
</body>
2018-01-02 17:19:25 +00:00
</html>