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'>
|
|
|
|
<div class='col'>
|
|
|
|
<h1>¡Hola!</h1>
|
2018-01-02 17:19:25 +00:00
|
|
|
|
2018-07-02 18:32:52 +00:00
|
|
|
<p>Estás viendo este mensaje porque hubo un error por lo que
|
|
|
|
el programa no pudo continuar.</p>
|
2018-01-02 17:19:25 +00:00
|
|
|
|
2018-07-02 18:32:52 +00:00
|
|
|
<p>Ya hemos recibido una notificación con los detalles.</p>
|
2018-01-02 17:19:25 +00:00
|
|
|
|
2018-07-02 18:32:52 +00:00
|
|
|
<p>¿Podrías tomarte unos segundos para ayudarnos, explicando
|
|
|
|
lo mejor que puedas lo qué estabas haciendo cuando sucedió el
|
|
|
|
error? :)</p>
|
2018-01-02 17:19:25 +00:00
|
|
|
|
2018-07-02 18:32:52 +00:00
|
|
|
<form class="form" action="https://hifas.kefir.red/send" accept-charset="UTF-8" method="post">
|
|
|
|
<input type="hidden" name="site" value="sutty.kefir.red" />
|
2018-01-02 17:19:25 +00:00
|
|
|
|
2018-07-02 18:32:52 +00:00
|
|
|
<div class='form-group'>
|
|
|
|
<label for="from">Tu dirección de correo</label>
|
|
|
|
<input class="form-control" type="email" name="from" required="required" />
|
|
|
|
<small class='text-muted form-text'>Para que te contactemos :)</small>
|
|
|
|
<div class='invalid-feedback'>¡Este campo es obligatorio!</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class='form-group'>
|
|
|
|
<label for="body">Por favor, describe lo que estabas
|
|
|
|
haciendo cuando sucedió el error</label>
|
|
|
|
<textarea class="form-control ltr" required="required"
|
|
|
|
name="body"></textarea>
|
|
|
|
<div class='invalid-feedback'>¡Este campo es obligatorio!</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class='form-group'>
|
|
|
|
<input type="submit" class="btn btn-success" value="¡Enviar!"/>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<footer class='footer'>
|
|
|
|
<p style=''>
|
|
|
|
<a href='https://0xacab.org/itacate-kefir/sutty'>Sutty</a>
|
|
|
|
es desarrollada por
|
|
|
|
<a href='https://kefir.red'>Kéfir</a>
|
|
|
|
</p>
|
|
|
|
</footer>
|
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>
|