add customer angular gui skeleton

This commit is contained in:
2019-07-08 18:03:47 +02:00
committed by Roland Schneider
parent 5922ce776d
commit 25845cc006
76 changed files with 1044 additions and 38 deletions

View File

@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<title>Botond Fitness</title>
<meta charset="utf-8">
<title>App</title>
<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">-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<body>
<app-root></app-root>
</body>