Website changes

This commit is contained in:
Dano van den Bosch
2024-04-03 10:12:25 +02:00
parent 8503300aa0
commit 50906649c2
4 changed files with 40 additions and 19 deletions

View File

@@ -29,6 +29,15 @@
</nav>
<div id="editNode">
<p id="text">Status updating</p>
<select id="mySelect"></select>
<textarea maxlength="44" id="inputName"></textarea>
<textarea maxlength="44" id="inputLocation"></textarea>
<button id="button" onclick="changeText()">Change Information</button>
</div>
<body>
<script src="GaugGroup.js"></script>
<script src="graph-classes.js"></script>