fitness-web/customer/app/src/index.html

18 lines
439 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Botond Fitness</title>
<meta charset="utf-8">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800" rel="stylesheet">-->
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<body>
<app-root></app-root>
</body>
</html>