diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 18:55:37 +0100 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 18:55:37 +0100 |
commit | 51b4460935bb04d26d368810aa5c330fb9bcccdd (patch) | |
tree | 1b4e72c4082bb1d3c363926cb0b058ff511da46a /www/index.html | |
parent | 60e47b9cb1127042c5567c2632936295fd210be5 (diff) | |
download | genpass-51b4460935bb04d26d368810aa5c330fb9bcccdd.tar.gz genpass-51b4460935bb04d26d368810aa5c330fb9bcccdd.tar.bz2 genpass-51b4460935bb04d26d368810aa5c330fb9bcccdd.zip |
ref: Add actual pass generator function
Modify `generate` function to actually generate usable.
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 8007121..76d8c1c 100644 --- a/www/index.html +++ b/www/index.html @@ -12,7 +12,6 @@ <h1 class="title"> Password Generator </h1> - <label>This is a work in progress</label> <h2 class="subtitle" id="password"> password </h2> |