43 lines
No EOL
976 B
HTML
43 lines
No EOL
976 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="graph.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='tooltip'></div>
|
|
<div id='map'></div>
|
|
<!-- <div id='alluvial'></div> -->
|
|
|
|
<header>
|
|
<h1>Biometric Mass Surveillance</h1>
|
|
<p class='subtitle'>Connections in the European Union & beyond</p>
|
|
|
|
|
|
<aside id="filters">
|
|
<h3>Legend</h3>
|
|
</aside>
|
|
|
|
</header>
|
|
|
|
<script src="https://d3js.org/d3.v6.js"></script>
|
|
|
|
<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="https://unpkg.com/d3-sankey@0"></script>
|
|
<!-- <script src="//unpkg.com/d3fc@14.0.1"></script> -->
|
|
<script src="graph.js"></script>
|
|
|
|
<script>
|
|
if(window.location.hash == '#light') {
|
|
document.body.classList.add('light');
|
|
}
|
|
</script>
|
|
</body>
|
|
|
|
</html> |