-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (32 loc) · 1.11 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width,maximum-scale=1,user-scalable=no,minimal-ui">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&subset=latin,latin-ext">
<link rel="stylesheet" type="text/css" href="https://cdn.travel.sygic.com/travel.sygic.com_lp/css/404.css?72ba8971ae48dc64ca7b725e030b0bb4b877626e">
<title> 404 Not found
</title>
</head>
<body>
<div class="stars"></div>
<div class="sun-moon">
<div class="sun"></div>
<div class="moon"></div>
</div>
<div id="js-hills" class="background hills"></div>
<div id="js-country" class="background country"></div>
<div id="js-foreground" class="background foreground"></div>
<div class="error-content">
Sorry, that page never returned<br>
from a trip to the Atacama desert.
</div>
<a href="https://nyachan-server.herokuapp.com/" class="button-home">Go home</a>
<div class="code">
<span>4</span>
<span>0</span>
<span>4</span>
</div>
</body>
</html>