angular-hotel-manager/src/index.html
Jan Klattenhoff 4c94212b7f Random
2024-08-20 14:26:19 +02:00

15 lines
344 B
HTML

<!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">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<app-root></app-root>
</body>
</html>