organized files

This commit is contained in:
2024-04-30 13:16:26 +02:00
parent 7eae092b06
commit dc7867fa72
10 changed files with 8 additions and 101 deletions

View File

@@ -7,12 +7,12 @@
</head>
<body>
<h1>Tables</h1>
<a href="services.html" class="button">Services</a>
<a href="services/services.html" class="button">Services</a>
<br>
<a href="employees.html" class="button">Employees</a>
<a href="employees/employees.html" class="button">Employees</a>
<br>
<a href="customers.html" class="button">Customers</a>
<a href="customers/customers.html" class="button">Customers</a>
<br>
<a href="maintainerteam.html" class="button">Maintainer Team</a>
<a href="maintainer_teams/maintainerteam.html" class="button">Maintainer Team</a>
</body>
</html>