Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/noncrud/index.html
Miskolczi Richárd 0ac564e16f added noncrud folder
2024-05-05 22:00:14 +02:00

21 lines
705 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Company Manager</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
<h1>Tables</h1>
<a href="./WhoUsesService.html" class="button">Get clients using a service</a>
<br>
<a href="./GetSubordinates.html" class="button">Get subordinates of employee</a>
<br>
<a href="./WhoIsResponsibleForService.html" class="button">Get responsible leader for service</a>
<br>
<a href="./WhoMaintainsService.html" class="button">Get employees working on a service</a>
<br>
<a href="./WhoWorksInMaintainerTeam.html" class="button">Get members of a team</a>
</body>
</html>