forked from AngeloOZ/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
36 lines (34 loc) · 1.06 KB
/
404.html
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
31
32
33
34
35
36
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>Página en Construcción</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="keywords" content="" />
<link href="./css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style404.css" rel="stylesheet" type="text/css" media="all"/>
<link href="//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900" rel="stylesheet">
</head>
<body>
<div class="error_main">
<div class="content">
<h1>Build Error Page</h1>
<div class="error_content">
<span class="fa fa-frown-o"></span>
<h2>Lo Siento!</h2>
<p>La página aun está en construcción, pronto estará en funcionamiento.</p>
<a class="b-home" href="/">Ir al Inicio</a>
</div>
<div class="footer">
<p>©All Rights Reserved</p>
</div>
</div>
</div>
</body>
</html>