diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 4f31763..51aadb2 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -5,6 +5,7 @@ import { GeneratorPassword } from './sites/generator/password/generator-password import { GeneratorQrcode } from './sites/generator/qrcode/generator-qrcode'; import { Comingsoon } from './sites/navbar/comingsoon/comingsoon'; import { Changelog } from './sites/navbar/changelog/changelog'; +import { About } from './sites/navbar/about/about'; export const routes: Routes = [ { @@ -24,6 +25,10 @@ export const routes: Routes = [ path: 'changelog', component: Changelog, }, + { + path: 'about', + component: About, + }, // GENERATORS { path: 'generator/password', diff --git a/src/app/sites/generator/password/generator-password.component.html b/src/app/sites/generator/password/generator-password.component.html index f552f33..e0a11cd 100644 --- a/src/app/sites/generator/password/generator-password.component.html +++ b/src/app/sites/generator/password/generator-password.component.html @@ -1,4 +1,4 @@ -
Version: 0.3.0
++ All tools operate entirely in your browser. No data is sent to external servers. + Your data remains on your device and is stored only in your browser's local storage. +
+This website is developed and maintained by danielvici123. If you find these tools helpful, you can support the development or check out other projects through the links below:
+ +