-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (50 loc) · 2.85 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="512x512" href="/favicons/favicon-512x512.png">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="msapplication-TileColor" content="#FFB607">
<!-- Open Graph / Facebook -->
<meta name="og:type" content="website">
<meta name="og:url" content="https://biketheft.gustav.uber.space/">
<meta name="og:title" content="Grand Theft Berlin Bikes">
<meta name="og:description" content="Interactive visualizations of daily updating Bike Theft Data of Berlin.">
<meta name="og:image" content="">
<meta name="theme-color" content="#FFB607">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grand Theft Berlin Bikes</title>
<meta name="keywords" content="Data Visualisation Bike Theft Berlin Diebstahl Fahrrad Police Internetwache API Polizei">
<meta name="description" content="Interactive visualizations of daily updating Bike Theft Data of Berlin.">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Grand Theft Berlin Bikes">
<meta name="twitter:description" content="Interactive visualizations of daily updating Bike Theft Data of Berlin.">
<meta name="twitter:image" content="https://biketheft.gustav.uber.space/favicons/twitter-card.png">
<meta name="twitter:site" content="biketheft.gustav.uber.space">
<meta name="twitter:url" content="https://biketheft.gustav.uber.space/">
<meta name="robots" content="noimageindex">
<style>
html, body {
margin: 0;
top: 0; left: 0; right: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>