-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (17 loc) · 866 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="/public/css/style.css">
<script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/d3/5.15.0/d3.min.js"></script>
<script type = "text/javascript" src = "https://cdn.jsdelivr.net/gh/holtzy/D3-graph-gallery@master/LIB/d3.layout.cloud.js"></script>
<script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/d3-tip/0.9.1/d3-tip.min.js"></script>
<title>wordCloud</title>
</head>
<body>
<svg width ="960" height ="600"></svg>
<script src="build/bundle.min.js"></script>
</body>
</html>