-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 831 Bytes
/
index.html
File metadata and controls
23 lines (20 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Conversion Diagram</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="conversionDiagram.css">
<script type="text/javascript" src="js/vendor/d3.v2.js"></script>
<script type="text/javascript" src="js/vendor/mootools-1.4.1-core.js"></script>
<script type="text/javascript" src="js/vendor/mootools-1.4.0.1-more.js"></script>
<script type="text/javascript" src="conversionDiagram.js"></script>
</head>
<body>
<div id="conversionDiagramWrapper"></div>
</body>
</html>