Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html

19 lines
482 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.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>
</body>
</html>