Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.html

26 lines
586 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Customers</title>
<link rel="stylesheet" type="text/css" href="../style.css">
<script src="customers.js"></script>
</head>
<body>
<h1>Customers</h1>
<br>
<table class="queryresults">
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th colspan="2">Actions</th>
</tr>
</thead>
<tbody id="resultarea">
</tbody>
</table>
<div id="forms"></div>
<h2 id="saveresult"></h2>
</body>
</html>