xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>都道府県別 人口の推移</title>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/queue.v1.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-legend/1.10.0/d3-legend.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div id="main">
<div id="logoBlock">
<h1>都道府県別 人口の推移</h1>
<p>単位:千人/2014年1月8日現在/地図出典:<a href="https://www.gsi.go.jp/kankyochiri/gm_jpn.html">地球地図日本</a>/データ出典:<a href="https://www.stat.go.jp/index.htm">総務省統計局</a></p>
</div>
<div id="menuBlock">
<select></select>
</div>
</div>
<script src="main.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://d3js.org/queue.v1.min.js to a secure url
Modified http://d3js.org/topojson.v1.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://d3js.org/queue.v1.min.js
https://d3js.org/topojson.v1.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3-legend/1.10.0/d3-legend.js