-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (27 loc) · 1.48 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mapping Police Violence Widget</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta property="og:url" content="https://mappingpoliceviolence.us" />
<meta property="og:title" content="Mapping Police Violence Widget" />
<meta property="og:description" content="We can live in a world where the police don't kill people by limiting police interventions, improving community interactions, and ensuring accountability." />
<meta property="og:image" content="https://embed.mappingpoliceviolence.us/app-image.gif" />
<meta name="twitter:image" content="https://embed.mappingpoliceviolence.us/app-image.gif" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@samswey">
<meta name="twitter:domain" content="mappingpoliceviolence.us">
<meta name="twitter:creator" content="@mrmidi">
<link rel="shortcut icon" href="favicon.ico" />
<style>html, body { margin: 0; padding: 0; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } .wrapper { margin: 0 auto; }</style>
</head>
<body>
<div class="wrapper">
<div id="mapping-police-violence-widget"></div>
</div>
<script async src="widget.js" charset="utf-8"></script>
</body>
</html>