Skip to content

Instantly share code, notes, and snippets.

@yasuda0404
yasuda0404 / index.html
Last active August 29, 2015 14:04
IT系企業の年収、従業員数、平均年齢
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link href="http://yui.yahooapis.com/3.17.2/build/cssreset/cssreset-min.css" rel="stylesheet" type="text/css">
<link href="./css/itsalary.css" rel="stylesheet" type="text/css">
<title>IT業界の平均年収</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/queue.v1.min.js"></script>
</head>