-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (27 loc) · 991 Bytes
/
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
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Jonathan de Gaston">
<title>404 - Page Not Found</title>
<meta name="description" content="Home page for de Gaston Apps">
<!-- Bootstrap core CSS -->
<link href="/bootstrap.min.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="/assets/images/favicon.png" type="image/png">
<!-- Custom styles for this template -->
<link href="/style.css" rel="stylesheet">
</head>
<body class="h-100 text-center text-white bg-dark">
<div class="container h-100">
<h1>404 - Page Not Found</h1>
<p>Sorry, the page you're looking for doesn't exist. Please check the URL or <a href="/index.html">go back to
the homepage</a>.</p>
</div>
</body>
</html>