-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path404.html
More file actions
52 lines (42 loc) · 1.61 KB
/
404.html
File metadata and controls
52 lines (42 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page not found | Exploring Data</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Ramiro Gómez">
<link rel="canonical" href="https://exploring-data.com/404.html">
<link href="/css/style2.css" rel="stylesheet">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
</head>
<body>
<nav class="navbar">
<ul>
<li class="logo"><a href="/"><img src="/img/exploring-data.png" alt="Exploring Data Logo"></a></li>
<li class="nav-links">
<a href="/vis/">📊 Visualizations</a>
<a href="/map/">🗺️ Maps</a>
<a href="/story">🗒️ Stories</a>
<a href="/prints/">🛒 Prints</a>
<a href="/data-visualization-books/">📕 Books</a>
<a href="/datasearch/">🔍 Search for Data</a>
<a href="/sitemap/">📄 Sitemap</a>
</li>
<li class="hamburger">
<button aria-label="Menu">☰</button>
</li>
</ul>
</nav>
<div class="container">
<h1>Page not found</h1>
<p>The page you were looking for was not found.</p>
</div>
<footer>
<p>Exploring Data is a showcase of interactive data visualizations created with open data and open source tools, <a href="/about/">learn more</a>.<br>
© 2026 </script> <a href="https://ramiro.org/">Ramiro Gómez</a>.</p>
</footer>
<script src="/compiled/script2.js"></script>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>