-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1.41 KB
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Demo of StoryGems" />
<meta property="og:url" content="https://storygem.vdslab.jp/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="StoryGem" />
<meta property="og:description" content="Discover StoryGem, where Voronoi Treemaps reveal the hidden semantics between words in your data. Our intuitive platform turns text into stunning visual stories, simplifying complex relationships for researchers and data enthusiasts alike. Dive into StoryGem and unlock the narratives woven in your data." />
<meta property="og:site_name" content="StoryGem" />
<meta property="og:image" content="https://storygem.vdslab.jp/ogp.png" />
<link rel="apple-touch-icon" href="./public/logo.png" />
<link rel="manifest" href="/manifest.json" />
<title>Story Gem</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>