First Commit

This commit is contained in:
Yûki VACHOT 2024-05-12 02:37:54 +02:00
commit 2d00e59043
5 changed files with 1569 additions and 0 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Quick Sigma.js Example</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<div id="container"></div>
<script type="module" src="script.js"></script>
</body>
</html>