forked from ChelseaKR/nearmiss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 809 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=web/index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>nearmiss — where the danger actually is</title>
<link rel="canonical" href="web/index.html" />
</head>
<body>
<!-- Apex landing for the GitHub Pages custom domain (nearmiss.report).
Redirects to the accessible map + data view; the link is a no-JS fallback. -->
<p>
Redirecting to the
<a href="web/index.html">nearmiss accessible map and data view</a>… The
open dataset lives in <a href="data/published/">data/published/</a>, and the
source is on <a href="https://github.com/ChelseaKR/nearmiss">GitHub</a>.
</p>
</body>
</html>