initial commit
This commit is contained in:
commit
fa44705673
13 changed files with 1908 additions and 0 deletions
13
index.html
Normal file
13
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue