-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
51 lines (51 loc) · 1.42 KB
/
404.html
File metadata and controls
51 lines (51 loc) · 1.42 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>404 Not Found - ISAC-SIMO</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta
name="description"
content="ISAC-SIMO short for Intelligent Supervision Assistant for Construction - Sistema Inteligente de Monitoreo de Obra - Checks your quality of house"
/>
<meta
name="keywords"
content="isac,simo,intelligent,supervision,assistant,construction,ibm,buildchange,quality,house,ai"
/>
<meta name="author" content="Build Change,IBM" />
<link
rel="icon"
type="image/png"
href="/image/logo/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="/image/logo/favicon-16x16.png"
sizes="16x16"
/>
<link rel="stylesheet" href="/assets/css/main.css" />
<noscript
><link rel="stylesheet" href="/assets/css/noscript.css"
/></noscript>
</head>
<body>
<!-- Header -->
<section id="header">
<div class="inner fade">
<span class="icon solid major jumpy fa-exclamation"></span>
<h1><strong>404</strong> Not Found</h1>
<p>ISAC-SIMO</p>
<br />
<a href="/" class="button">Go Home</a>
<a href="https://docs.isac-simo.net/" class="button">
View Documentation
</a>
</div>
</section>
</body>
</html>