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
34 lines (34 loc) · 1.32 KB
/
Copy pathindex.html
File metadata and controls
34 lines (34 loc) · 1.32 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex, nofollow" />
<meta name="theme-color" content="#152a30" />
<title>Page moved — nearmiss</title>
<link rel="canonical" href="https://nearmiss.chelseakr.com/fars/national/" />
<script data-legacy-demo-redirect>
(() => {
const values = new URLSearchParams(window.location.search).getAll("lang");
const language = values.length === 1 ? values[0] : "";
const query = language === "es" ? "?lang=es" : language === "en" ? "?lang=en" : "";
window.location.replace(`/fars/national/${query}`);
})();
</script>
<meta http-equiv="refresh" content="0; url=/fars/national/" />
</head>
<body>
<a href="#main">Skip to main content</a>
<main id="main">
<h1>The NearMiss public atlas has moved</h1>
<p>
The Davis synthetic demonstration is retired. Continue to the
<a href="/fars/national/">national FARS evidence ledger</a>.
</p>
<p lang="es">
La demostración sintética de Davis fue retirada. Continúe al
<a href="/fars/national/?lang=es" hreflang="es">registro nacional de evidencia FARS</a>.
</p>
</main>
</body>
</html>