-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
30 lines (25 loc) · 902 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
require "header.php";
?>
<main>
<section class="cid-ry6TQQwIzT">
<div class="container">
<div class="title mbr-pb-4 align-center">
<h3 class="mbr-section-title mbr-fonts-style display-2">Error 404: ¡Página no encontrada!</h3>
<img src="/images/warning-red.png" width="256" height="256"/>
</div>
<div class="form-block mbr-col-lg-4 mbr-m-auto">
<form action="../index.php" method="post" class="mbr-form mbr-jc-c mbr-flex mbr-m-auto mbr-column">
<div class="mbr-overlay"></div>
<p class="mbr-textw display-7 align-center">No pudimos encontrar lo que buscabas.</p>
<div class="mbr-sectionu-btn align-center">
<button type="submit" name="singup-submit" class="btn btn-lk btn-primary btn-form display-7">Volver al Inicio</button>
</div>
</form>
</div>
</div>
</section>
</main>
<?php
require "footer.php";
?>