-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex2.html
More file actions
34 lines (26 loc) · 778 Bytes
/
Copy pathindex2.html
File metadata and controls
34 lines (26 loc) · 778 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
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta charset="utf-8"/>
<script
src="https://code.jquery.com/jquery-1.11.3.min.js"
integrity="sha256-7LkWEzqTdpEfELxcZZlS6wAx5Ff13zZ83lYO2/ujj7g="
crossorigin="anonymous">
</script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script type="text/javascript" src="d3-tip/index.js"></script>
<style>
body {
width: 800px;
font-family: arial
}
</style>
<link rel="stylesheet" type="text/css" href="css/paperbuzzviz.css" />
</head>
<body>
<h1>Paperbuzz Visualizations</h1>
<script type="text/javascript" src="mini.js"></script>
</script>
<div id="built-with"><p>Built with <a href="http://d3js.org/">d3.js</a></p></div>
</body>
</html>