js client officially done

This commit is contained in:
2024-05-06 18:39:27 +02:00
parent 1e6e576318
commit aaf0fd6623
8 changed files with 374 additions and 264 deletions

View File

@@ -9,9 +9,6 @@
<body>
<h1>Customers</h1>
<br>
<a href="#add" class="bookmark">Want to add a new line?</a>
<br>
<br>
<table class="queryresults">
<thead>
<tr>
@@ -23,7 +20,6 @@
<tbody id="resultarea">
</tbody>
</table>
<h2 id="add">Add a new line</h2>
<div id="forms"></div>
<h2 id="saveresult"></h2>
</body>