diff --git a/public/icon.png b/public/icon.png
new file mode 100644
index 0000000..91fcc13
Binary files /dev/null and b/public/icon.png differ
diff --git a/src/app/app.html b/src/app/app.html
index e7d04c9..18bfcda 100644
--- a/src/app/app.html
+++ b/src/app/app.html
@@ -9,24 +9,39 @@
-
+
diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts
index a784254..d10a68b 100644
--- a/src/app/app.routes.ts
+++ b/src/app/app.routes.ts
@@ -6,5 +6,5 @@ export const routes: Routes = [
{path: 'book', loadChildren: () => import('./pages/book/book.routes').then(m => m.BOOK_ROUTES)},
{path: 'author', loadChildren: () => import('./pages/author/author.routes').then(m => m.AUTHOR_ROUTES)},
{path: 'loan', loadChildren: () => import('./pages/loan/loan.routes').then(m => m.LOAN_ROUTES)},
- { path: 'user', loadChildren: () => import('./pages/user/user.routes').then(m => m.USER_ROUTES) }
+ {path: 'user', loadChildren: () => import('./pages/user/user.routes').then(m => m.USER_ROUTES)}
];
diff --git a/src/app/pages/author/author.ts b/src/app/pages/author/author.ts
index fa80ecd..662e7a3 100644
--- a/src/app/pages/author/author.ts
+++ b/src/app/pages/author/author.ts
@@ -1,10 +1,10 @@
-import { Component } from '@angular/core';
+import {Component} from '@angular/core';
@Component({
- selector: 'app-author',
- imports: [],
- templateUrl: './author.html',
- styleUrl: './author.css',
+ selector: 'app-author',
+ imports: [],
+ templateUrl: './author.html',
+ styleUrl: './author.css',
})
export class Author {
diff --git a/src/index.html b/src/index.html
index 2e9b9fd..cfc0e48 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,13 +1,13 @@
-
- LibraryFrontend
-
-
-
+
+ LibraryFrontend
+
+
+
-
+