-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (17 loc) · 748 Bytes
/
index.html
File metadata and controls
19 lines (17 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Visualization - Migrant Stocks</title>
<link rel="icon" href="drawables/Unige.svg">
<link rel="stylesheet" href="styles/styles.css">
<script type="text/javascript" src="d3/d3.js"></script>
<script type="text/javascript" src="d3/d3-selection-multi.js"></script>
<script type="text/javascript" src="d3/topojson.js"></script>
<script type="text/javascript" src="d3/d3-tip.min.js"></script>
<script type="text/javascript" src="d3/d3-scale-chromatic.v1.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<script type="text/javascript" src="script.js"></script>
</body>