From 4cd018d1bc8134b11780d7eb758980d6e2bbf137 Mon Sep 17 00:00:00 2001 From: LimpidCrypto Date: Wed, 28 Feb 2024 17:49:31 +0000 Subject: [PATCH] edit starter frontend --- frontend/src/app/app.component.html | 338 +--------------------------- frontend/src/index.html | 7 +- 2 files changed, 8 insertions(+), 337 deletions(-) diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 36093e1..afdcf05 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,336 +1,4 @@ - - - - - - - - - - -
-
-
- -

Hello, {{ title }}

-

Congratulations! Your app is running. 🎉

-
- -
-
- @for (item of [ - { title: 'Explore the Docs', link: 'https://angular.dev' }, - { title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' }, - { title: 'CLI Docs', link: 'https://angular.dev/tools/cli' }, - { title: 'Angular Language Service', link: 'https://angular.dev/tools/language-service' }, - { title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' }, - ]; track item.title) { - - {{ item.title }} - - - - - } -
- -
-
-
- - - - - - - - - - - +

LimpidCrypto

+

more coming soon...

+ \ No newline at end of file diff --git a/frontend/src/index.html b/frontend/src/index.html index 3af61ec..f10354a 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -1,13 +1,16 @@ + - Frontend + LimpidCrypto + - + + \ No newline at end of file