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

21 lines
598 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="services/services.html" class="button">Services</a>
<br>
<a href="employees/employees.html" class="button">Employees</a>
<br>
<a href="customers/customers.html" class="button">Customers</a>
<br>
<a href="maintainer_teams/maintainerteam.html" class="button">Maintainer Team</a>
<br>
<a href="noncrud/index.html" class="button">Non-CRUD</a>
</body>
</html>