-
Notifications
You must be signed in to change notification settings - Fork 0
/
test16.html
29 lines (26 loc) · 1.1 KB
/
test16.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
<!DOCTYPE html>
<html>
<head>
<title>test16.html</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main16.css" type="text/css" />
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.10.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="scripts/jquery.contextmenu.js"></script>
<link rel="stylesheet" href="css/jquery.contextmenu.css">
<script src="scripts/d3.v3.js"></script>
<script src="scripts/circleMapGenerator.js"></script>
<script src="scripts/graphData.js"></script>
<noscript>
<div align="center">
<p style="color:black;background-color:red;font-size:18pt">
This website requires JavaScript. Please turn on JavaScript and then <a href="">try it again</a>.
</p>
</div>
</noscript>
</head>
<body>
<script src="scripts/main16.js"></script>
</body>
</html>