-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 966 Bytes
/
index.html
File metadata and controls
32 lines (30 loc) · 966 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Map and Star Chart</title>
<!-- <script src="https://d3js.org/d3.v7.min.js"></script> -->
<script src="js/d3.v7.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="chart-title">
<div>
<a href="All_urban-rural_neighborhood.html">
Urban-Rural Origins Categorization Map and Star Chart
</a>
</div>
<div>
<a href="All_map-trajectory_reasonsleave.html">
Push and Pull Factors from Previous Location Map and Star Chart
</a>
</div>
<div>
<a href="All_map_moves200.html">
Past and Present Mobilities - Path of Migration to Current City Map and Star Chart
</a>
</div>
</div>
</body>
</html>