diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 752d2e1..37ebc1b 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -3,6 +3,7 @@ import { Startpage } from './sites/startpage/startpage'; import { TestIt } from './sites/test-it/test-it'; import { GeneratorPassword } from './sites/generator/password/generator-password.component'; import { GeneratorQrcode } from './sites/generator/qrcode/generator-qrcode'; +import { Comingsoon } from './sites/navbar/comingsoon/comingsoon'; export const routes: Routes = [ { @@ -12,7 +13,13 @@ export const routes: Routes = [ { path: '', component: Startpage, - }, // GENERATORS + }, + // NAVBAR SITES + { + path: 'coming-soon', + component: Comingsoon, + }, + // GENERATORS { path: 'generator/password', component: GeneratorPassword, diff --git a/src/app/sites/navbar/comingsoon/comingsoon.css b/src/app/sites/navbar/comingsoon/comingsoon.css new file mode 100644 index 0000000..e69de29 diff --git a/src/app/sites/navbar/comingsoon/comingsoon.html b/src/app/sites/navbar/comingsoon/comingsoon.html new file mode 100644 index 0000000..7801f75 --- /dev/null +++ b/src/app/sites/navbar/comingsoon/comingsoon.html @@ -0,0 +1,32 @@ +
This project is maintained and developed by + me + as an individual developer. New functions and tools will be added as time and inspiration allow. +
+Since I develop this project in my free time, there is no fixed schedule for new features. + Instead, I add new tools and functions when I have a good idea and the time allows. +
+Feel free to give me feedback or suggestions for the project! I welcome any suggestions, feedback or features.
+