-
Notifications
You must be signed in to change notification settings - Fork 37
/
impact.html
26 lines (26 loc) · 907 Bytes
/
impact.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Impact</title>
<script src="raphael.js" type="text/javascript" charset="utf-8"></script>
<script src="impact.js" type="text/javascript" charset="utf-8"></script>
<style type="text/css" media="screen">
body {
background: #fff;
color: #000;
font-family: "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
}
#holder {
overflow: auto;
}
#user {
color: #666;
}
</style>
</head>
<body>
<div id="user">mouse over the graph for more details</div>
<div id="holder"></div>
</body>
</html>