-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 836 Bytes
/
index.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
30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://d3js.org/d3.v7.min.js"></script>
sdas
<script src="https://unpkg.com/[email protected]/dist/rita-full.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/sentiment.min.js"></script>
<title>Vite App</</script>title>
<script src="https://d3js.org/d3.v7.min.js"></script>
<style>
body {
margin: 0;
background-color: #f5f5f5;
}
svg {
display: block;
margin: auto;
}
</style>
</head>
<body>
<div id="app"></div>
<script async type="module" src="/app.js"></script>
</body>
</html>