19 lines
528 B
HTML
19 lines
528 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>
|
|
</body>
|
|
</html>
|