Files

21 lines
598 B
HTML
Raw Permalink Normal View History

2024-04-20 12:26:33 +02:00
<!DOCTYPE html>
2024-04-30 10:16:11 +02:00
<html lang="en">
2024-04-20 12:26:33 +02:00
<head>
2024-04-30 10:16:11 +02:00
<meta charset="UTF-8">
2024-04-22 10:17:39 +02:00
<title>Company Manager</title>
<link rel="stylesheet" type="text/css" href="style.css">
2024-04-20 12:26:33 +02:00
</head>
<body>
2024-04-30 10:16:11 +02:00
<h1>Tables</h1>
2024-04-30 13:16:26 +02:00
<a href="services/services.html" class="button">Services</a>
2024-04-30 10:16:11 +02:00
<br>
2024-04-30 13:16:26 +02:00
<a href="employees/employees.html" class="button">Employees</a>
2024-04-30 10:16:11 +02:00
<br>
2024-04-30 13:16:26 +02:00
<a href="customers/customers.html" class="button">Customers</a>
2024-04-30 10:16:11 +02:00
<br>
2024-04-30 13:16:26 +02:00
<a href="maintainer_teams/maintainerteam.html" class="button">Maintainer Team</a>
2024-05-05 22:00:14 +02:00
<br>
<a href="noncrud/index.html" class="button">Non-CRUD</a>
2024-04-20 12:26:33 +02:00
</body>
2024-04-30 10:16:11 +02:00
</html>