-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
25 lines (25 loc) · 793 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Not Found - atlight.github.io</title>
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<ul class="breadcrumb">
<li><a href="/">atlight.github.io</a></li>
</ul>
<img class="saltgrass" src="images/saltgrass_thumb.png" alt="salt grass" width="208" height="151" />
<h2>HTTP Error 404: Not Found</h2>
<p><b>The page you requested could not be found.</b></p>
<ul>
<li>Check the URL.</li>
<li><a href="/">Return home</a> to see what else is available on this site.</li>
</ul>
</div>
</body>
</html>