diff options
Diffstat (limited to 'usecaseui-portal/src/index.html')
-rw-r--r-- | usecaseui-portal/src/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usecaseui-portal/src/index.html b/usecaseui-portal/src/index.html index a2d2186f..efc279d1 100644 --- a/usecaseui-portal/src/index.html +++ b/usecaseui-portal/src/index.html @@ -15,6 +15,7 @@ --> <!doctype html> <html lang="en"> + <head> <meta charset="utf-8"> <title>UUI</title> @@ -23,7 +24,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> + <body> <app-root></app-root> </body> -</html> + +</html>
\ No newline at end of file |