-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
34 lines (34 loc) · 1.62 KB
/
404.html
File metadata and controls
34 lines (34 loc) · 1.62 KB
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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Ingelabs - Home and building automation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Home and building automation">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
<link href="css/theme.min.css" rel="stylesheet" type="text/css" media="all">
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700" rel="stylesheet" type="text/css"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700" rel="stylesheet" type="text/css">
<link href="css/font-roboto.css" rel="stylesheet" type="text/css">
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all">
</head>
<body class="bg--dark">
<div class="main-container">
<section class="height-100 bg--dark text-center">
<div class="container pos-vertical-center">
<div class="row">
<div class="col-sm-12">
<h1 class="h1--large">404</h1>
<p class="lead">
The page you were looking for was not found.
</p>
<a href="/">Go back to home page</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
</div>
</body>
</html>