This repository was archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
39 lines (35 loc) · 1.35 KB
/
404.html
File metadata and controls
39 lines (35 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en" style="height:100%; width:100%">
<head>
<meta charset="UTF-8">
<title>Page not found</title>
<link rel="icon" type="image/png" href="img/favicon.png"/>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body style="height:100%; width:100%">
<div class="container d-flex h-100 w-100">
<div class="column justify-content-center align-self-center" style="margin: 0 auto">
<div class="row">
<div class="col-md-6">
<img class="img-fluid mb-5 " src="img/mockup-box.png" alt="XrmDefinitelyTyped">
</div>
<div class="col-md-6 mt-5">
<div class="row">
<h1 style="font-size:6em; line-height: 1">404</h1>
</div>
<div class="row">
<h2>Page not found.</h2>
</div>
<div class="row">
<p>Do you want to go back to our <a href="https://www.xrmdefinitelytyped.com/">awesome landing page</a>?</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>