-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 767 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (23 loc) · 767 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
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Project 3</title>
<link rel="stylesheet" type="text/css" href="static/css/style.css">
<link rel="stylesheet" type="text/css" href="static/css/mapStyle.css">
</head>
<body>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://d3js.org/queue.v1.min.js"></script>
<div class="map-target"></div>
<script src="static/js/electionMap.js"></script>
<script src="static/js/us2016.js"></script>
<footer>
<ul>
<li><a href="../index.html">Home Page </a></li>
<li><a href="documentation.html">Documentation </a></li>
</ul>
</footer>
</body>
</html>