mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 22:36:21 +00:00
feat: vincular al formulario de contacto desde la página de error
This commit is contained in:
parent
76ddbaf5ab
commit
fb7fb080d1
1 changed files with 10 additions and 2 deletions
|
@ -19,7 +19,11 @@
|
|||
|
||||
<p>Gracias por ayudarnos a encontrar errores :)</p>
|
||||
|
||||
<p><a href="/">Volver al panel</a></p>
|
||||
<p>
|
||||
<a href="/">Volver al panel</a>
|
||||
|
|
||||
<a href="https://sutty.nl/#contacto" rel="me" target="_blank">Contáctanos</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="col-10" lang="en">
|
||||
|
@ -31,7 +35,11 @@
|
|||
|
||||
<p>Thanks for helping us in finding errors! :)</p>
|
||||
|
||||
<p><a href="/">Go back to panel</a></p>
|
||||
<p>
|
||||
<a href="/">Go back to panel</a>
|
||||
|
|
||||
<a href="https://sutty.nl/en/#contact" rel="me" target="_blank">Contact us</a>
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue