-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="favicon.ico">
<meta name="author" content="Nicolas Kayser-Bril" />
<meta name="description" content="Europe's most dangerous city for cyclists." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Europe's most dangerous city for cyclists">
<meta property="og:description" content="Can you guess which city is most dangerous for cyclists?">
<meta property="og:image" content="https://raw.githubusercontent.com/n-kb/danger-cyclists/master/share.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="nkb.fr" />
<meta name="twitter:title" content="Europe's most dangerous city for cyclists" />
<meta name="twitter:description" content="Can you guess which city is most dangerous for cyclists?" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/n-kb/danger-cyclists/master/share.png" />
<meta itemprop="description" content="Can you guess which city is most dangerous for cyclists?">
<meta itemprop="image" content="https://raw.githubusercontent.com/n-kb/danger-cyclists/master/share.png">
<title>Europe's most dangerous city for cyclists</title>
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
</html>