-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 930 Bytes
/
index.html
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
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Luke Ellison" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>Roads</title>
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<svg class="screen" width="100%" height="100%"
viewBox="0 0 1000 600">
</svg>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- D3 -->
<script src="http://d3js.org/d3.v3.min.js"></script>
<!-- my JavaScript -->
<script src="js/transim.js"></script>
</body>
</html>