ln-stream/index.html
2024-02-15 22:58:19 -05:00

13 lines
No EOL
334 B
HTML

<!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>