angular-hotel-manager/src/index.html

15 lines
344 B
HTML
Raw Normal View History

2024-08-13 11:11:57 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HotelManager</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2024-08-20 12:26:19 +00:00
<link rel="stylesheet" href="./styles.css">
2024-08-13 11:11:57 +00:00
</head>
<body>
<app-root></app-root>
</body>
</html>