From 34af714c51173075d3a0ac7148ce60334d248aba Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Fri, 25 Mar 2022 20:31:58 +0100 Subject: feat: Add options for password generator Add new options to generate a passowrd: - upper letters - lower letters - numbers - special Special needs to be worked on still, as probably there are some char missing. --- www/index.html | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 64 insertions(+), 8 deletions(-) (limited to 'www/index.html') diff --git a/www/index.html b/www/index.html index 76d8c1c..5a4ada3 100644 --- a/www/index.html +++ b/www/index.html @@ -9,14 +9,70 @@
-

- Password Generator -

-

- password -

-
- +
+
+
+
+

+ Password Generator +

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
-- cgit v1.2.3