-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.html
34 lines (32 loc) · 1.2 KB
/
sample.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
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mapping Police Violence Widget Sample</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">
<style>
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
body {
font-family: 'Source Sans Pro', sans-serif;
}
h1 {
text-align: center;
}
.wrapper {
max-width: 500px;
margin: 0 auto;
}
</style>
</head>
<body>
<div class="wrapper">
<h1>Mapping Police Violence Widget</h1>
<div id="mapping-police-violence-widget"></div>
<p>We can live in a world where the police don't kill people by limiting police interventions, improving community interactions, and ensuring accountability.</p>
<p>It will take deliberate action from policy-makers at all levels of government to implement these policy solutions.</p>
</div>
<script async src="https://embed.mappingpoliceviolence.us/widget.js" charset="utf-8"></script>
</body>
</html>