-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.21 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.21 KB
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
<!doctype html>
<html lang="en" class="no-scrollbar">
<head>
<title id="page-title">GraphVM</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="GraphVM is an online tool designed for fast, efficient, and intuitive graph modeling, visualization, and manipulation 🚀. Whether you're a student, researcher, or data enthusiast, GraphVM offers a streamlined interface that lets you build and explore complex network structures with ease. Experience effortlessly dragging and dropping nodes, instantly visualizing relationships, and modifying your graphs in real-time—all in one place! 💻✨"
/>
<meta
name="keywords"
content="graph, graph theory, graph visualizer, graph manipulator, graph editor, graph creator, graph viewer, graph drawer, graph maker, graph tool, graph software, graph app, graph web app"
/>
<meta name="author" content="Synogun" />
<link rel="icon" href="./graph.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>