-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patherror.src.html
More file actions
38 lines (28 loc) · 1.49 KB
/
error.src.html
File metadata and controls
38 lines (28 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PlanScore :: Page Not Found</title>
<!--[include_head]-->
<!-- this page's own JS + CSS -->
<link href="error.css?[hash]" rel="stylesheet" />
<script src="error.js?[hash]"></script>
<!-- OG tags -->
<meta property="og:title" content="PlanScore" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://planscore.org" />
<meta property="og:image" content="https://planscore.org/images/OG-default-01.jpg" />
<meta property="og:description" content="PlanScore is a first-of-its-kind gerrymandering scoring service for new district plans, allowing users to upload maps and instantly receive projected data about their partisan consequences. You can also use historical data to discover how partisan advantage has influenced redistricting in your state." />
<!-- Twitter tags note that per https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started, we need only use the card metas that differ from OG -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@PlanScore" />
</head>
<body>
<!--[include_navbar]-->
<div class="container container-mainbody">
<h1>Page Not Found</h1>
<p>The page you entered was not found.</p>
</div><!--/container-mainbody-->
<!--[include_footer]-->
</body>
</html>