13 lines
No EOL
334 B
HTML
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> |