aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-25 23:14:04 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-25 23:14:04 +0100
commitd6a9e6e46f2c2574ec0665e73b64f0d6c700557a (patch)
tree14acd8c4137b3c1ec8df58a2a517d1c88bf7c734 /www/index.html
parentb7c2d331b264605643fb2b11b1b75096558dbfdb (diff)
downloadgenpass-d6a9e6e46f2c2574ec0665e73b64f0d6c700557a.tar.gz
genpass-d6a9e6e46f2c2574ec0665e73b64f0d6c700557a.tar.bz2
genpass-d6a9e6e46f2c2574ec0665e73b64f0d6c700557a.zip
feat: Add extended ASCII
Add more chars...
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 5a4ada3..3197b6c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -69,6 +69,14 @@
</div>
<div class="field">
<div class="control">
+ <label class="checkbox">
+ <input id="extended" type="checkbox">
+ Extended ASCII
+ </label>
+ </div>
+ </div>
+ <div class="field">
+ <div class="control">
<button class="button is-primary" id="generate">Generate</button>
</div>
</div>