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>
|
|
|
|
|
<a href="services.html" class="button">Services</a>
|
|
|
|
|
<br>
|
|
|
|
|
<a href="employees.html" class="button">Employees</a>
|
|
|
|
|
<br>
|
|
|
|
|
<a href="customers.html" class="button">Customers</a>
|
|
|
|
|
<br>
|
|
|
|
|
<a href="maintainerteam.html" class="button">Maintainer Team</a>
|
2024-04-20 12:26:33 +02:00
|
|
|
</body>
|
2024-04-30 10:16:11 +02:00
|
|
|
</html>
|