diff --git a/angular.json b/angular.json index 5410ddf..ff05f1a 100644 --- a/angular.json +++ b/angular.json @@ -23,7 +23,6 @@ "polyfills": "src/polyfills.ts", "tsConfig": "src/tsconfig.app.json", "assets": [ - "src/favicon.ico", "src/assets" ], "styles": [ @@ -87,7 +86,6 @@ ], "scripts": [], "assets": [ - "src/favicon.ico", "src/assets" ] } @@ -136,4 +134,4 @@ } }, "defaultProject": "ETFDemo" -} \ No newline at end of file +} diff --git a/src/app/app.component.html b/src/app/app.component.html index 6d7fc73..a55ee88 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,5 +1,6 @@ + ETF Demo +
- diff --git a/src/assets/logo.png b/src/assets/logo.png new file mode 100644 index 0000000..1218cd4 Binary files /dev/null and b/src/assets/logo.png differ diff --git a/src/assets/starthere.png b/src/assets/starthere.png new file mode 100644 index 0000000..c86e864 Binary files /dev/null and b/src/assets/starthere.png differ diff --git a/src/favicon.ico b/src/favicon.ico deleted file mode 100644 index 8081c7c..0000000 Binary files a/src/favicon.ico and /dev/null differ diff --git a/src/index.html b/src/index.html index 3573ba0..5b93d58 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,7 @@ - +