initial commit

This commit is contained in:
v 2024-02-15 22:58:19 -05:00
commit fa44705673
13 changed files with 1908 additions and 0 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Graph Control Panel</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<button id="resetButton">Reset Graph in Neo4j</button>
<button id="toggleButton">Toggle Graph Updates</button>
<span id="indicator"></span>
<script src="/static/script.js"></script>
</body>
</html>