-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
82 lines (73 loc) · 3.02 KB
/
Copy path404.html
File metadata and controls
82 lines (73 loc) · 3.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 | GeoIP Locations</title>
<meta name="description" content="404 page for GeoIP Locations." />
<meta name="robots" content="noindex,follow" />
<link rel="icon" type="image/png" href="assets/img/prodipdata-mark.png" />
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body data-page="404">
<header class="site-header">
<div class="container">
<div class="navbar glass">
<a class="brand" href="index.html">
<div class="brand-mark">◎</div>
<div>
GeoIP Locations
<small>Powered by ProdIPData</small>
</div>
</a>
<nav class="nav-links" aria-label="Primary navigation">
<a href="platform.html" data-nav="platform">Platform</a>
<a href="coverage.html" data-nav="coverage">Coverage</a>
<a href="methodology.html" data-nav="methodology">Methodology</a>
<a href="downloads.html" data-nav="downloads">Downloads</a>
<a href="docs.html" data-nav="docs">Documentation</a>
<a href="news.html" data-nav="news">News</a>
<a href="contact.html" data-nav="contact">Contact</a>
</nav>
<div class="header-cta">
<a class="btn btn-secondary" href="downloads.html">Monthly Release</a>
</div>
<button class="menu-button" type="button" data-menu-toggle aria-expanded="false" aria-label="Open menu">Menu</button>
</div>
<nav class="mobile-nav glass" data-mobile-nav>
<a href="platform.html" data-nav="platform">Platform</a>
<a href="coverage.html" data-nav="coverage">Coverage</a>
<a href="methodology.html" data-nav="methodology">Methodology</a>
<a href="downloads.html" data-nav="downloads">Downloads</a>
<a href="docs.html" data-nav="docs">Documentation</a>
<a href="news.html" data-nav="news">News</a>
<a href="contact.html" data-nav="contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="page-panel glass">
<div class="eyebrow page-kicker">404</div>
<h1>Page not found.</h1>
<p class="page-intro">
The page you requested does not exist in this static website package. Return to the home page and continue from the main navigation.
</p>
<div class="actions">
<a class="btn btn-primary" href="index.html">Back to Home</a>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container site-footer-inner">
<div>© <span data-current-year></span> GeoIP Locations · ProdIPData</div>
<div><a href="licensing.html">Datasets and metadata: CC BY 4.0</a></div>
<div>Engineered and published by the ProdIPData team.</div>
</div>
</footer>
<script src="assets/js/site.js" defer></script>
</body>
</html>