greens_report/www/index.html

36 lines
923 B
HTML
Raw Normal View History

2021-03-29 18:49:50 +00:00
<html>
<head>
<meta charset="utf-8">
2021-03-31 14:24:46 +00:00
<link rel="stylesheet" href="graph.css">
2021-08-12 07:00:05 +00:00
<title>Remote Biometric Identification | A survey of the European Union</title>
2021-03-30 14:30:50 +00:00
</head>
2021-03-29 18:49:50 +00:00
2021-03-30 14:30:50 +00:00
<body>
2021-03-29 18:49:50 +00:00
<div id='tooltip'></div>
<div id='sources'></div>
2021-08-13 09:55:14 +00:00
<div id='closeSelection'>&times;</div>
2021-04-28 07:38:06 +00:00
<div id='map'></div>
<header>
2021-05-04 16:40:06 +00:00
<h1>Remote Biometric Identification</h1>
<p class='subtitle'>A survey of the European Union</p>
2021-04-28 07:38:06 +00:00
<aside id="filters">
<h3 onclick="this.parentNode.classList.toggle('hide');">Filter</h3>
<div id="filter-items"></div>
2021-04-28 07:38:06 +00:00
</aside>
2021-04-16 09:15:57 +00:00
2021-04-28 07:38:06 +00:00
</header>
2021-03-29 18:49:50 +00:00
2021-04-28 07:38:06 +00:00
<script src="https://d3js.org/d3.v6.js"></script>
2021-04-28 07:38:06 +00:00
<script src="https://d3js.org/d3-geo-projection.v3.min.js"></script>
<script src="https://d3js.org/topojson.v3.min.js"></script>
<script src="//unpkg.com/d3-geo-zoom"></script>
<script src="graph.js"></script>
2021-03-29 18:49:50 +00:00
</body>
</html>