forked from ChelseaKR/nearmiss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
34 lines (34 loc) · 1.5 KB
/
Copy path404.html
File metadata and controls
34 lines (34 loc) · 1.5 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" />
<meta name="theme-color" content="#152a30" />
<title>Evidence not found — NearMiss</title>
<link rel="icon" href="/web/vendor/brand/clearance-mark.svg" type="image/svg+xml" />
<link rel="stylesheet" href="/web/style.css" />
<link rel="stylesheet" href="/web/brand.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to the message</a>
<main id="main">
<div class="brand-masthead">
<a class="brand-lockup" href="/fars/national/" aria-label="NearMiss Conflict Atlas">
<svg class="clearance-mark" viewBox="0 0 48 32" aria-hidden="true" focusable="false">
<path class="clearance-path clearance-path-a" d="M3 27 17 13h5" />
<path class="clearance-path clearance-path-b" d="M45 5 31 19h-5" />
</svg>
<span class="brand-lockup-copy"><strong>NearMiss</strong><span>Conflict Atlas</span></span>
</a>
</div>
<p class="coverage-eyebrow">404 · Outside the published atlas</p>
<h1>No evidence at this address</h1>
<p class="lede">
This path is not part of the reviewed public artifact. Private inputs, working files, and
unpublished releases are deliberately unavailable.
</p>
<p><a href="/fars/national/">Return to the national evidence atlas →</a></p>
</main>
</body>
</html>