forked from FlowmapBlue/FlowmapBlue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.template.html
23 lines (23 loc) · 1.33 KB
/
index.template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon-32x32.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<title>Flowmap.blue - Flow map visualization tool</title>
<link href="https://fonts.googleapis.com/css?family=Sarabun:400,700" rel="stylesheet">
<meta name="description" content="Create geographic flow maps representing your data published in Google Sheets. Visualize numbers of movements between locations (origin-destination data). Explore the data interactively."/>
<meta name="keywords" content="flow map, flowmap, flow mapping, visualization, mobility, human mobility, mobility data, origin-destination data, OD-data, geographic visualization, maps, movement, geographic movement, transport, migration, traffic, transportation, data visualization, relocation, commuters, journeys, trips, movement routes, interactive map, thematic map"/>
<meta name="referrer" content="never">
<meta name="referrer" content="no-referrer">
%FAVICON_HEADERS%
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>