-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
27 lines (26 loc) · 957 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
<?php include_once('head.php'); ?>
<?php $pageName='404'; ?>
<?php include_once('header.php'); ?>
<section id="content-region-3" class="padding-40 page-tree-bg">
<div class="container">
<h3 class="page-tree-text">
Pagina de Error
</h3>
</div>
</section><!--page-tree end here-->
<div class="space-70"></div>
<div class="container text-center">
<div class="error-digit animated flipInY">
404
</div>
<div class="space-20"></div>
<div class="error-text">
<h3>Página no encontrada</h3>
<p>
¡Lo sentimos!, la página que estas buscando no se encuentra disponible.
</p>
<br>
</div>
</div><!--error page end-->
<?php $scriptAdd = array(''); ?>
<?php include_once('footer.php'); ?>