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>
|
|
|
|
<link rel="stylesheet" media="all" href="https://getbootstrap.com/docs/4.1/dist/css/bootstrap.min.css" />
|
|
|
|
</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>
|