-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 713 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (21 loc) · 713 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
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="taiwanMap.css">
</head>
<body>
<svg width="800px" height="600px" viewBox="0 0 800 600"></svg>
<div id="info">
<div id="name"></div>
<div id="density"></div>
<div id="unit">( 人 / km<sup>2</sup> )</div>
</div>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="http://d3js.org/topojson.v1.min.js"></script>
<script src="taiwanMap.js"></script>
</body>
</html>