diff options
author | Janette Camacho <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com> | 2020-08-20 09:57:08 +0200 |
---|---|---|
committer | Janette Camacho <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com> | 2020-08-20 09:57:08 +0200 |
commit | 7228bd7fc247a66b8c06798ceff0b6e2d16b51c2 (patch) | |
tree | 8102a2340f6fe2b6a10fa8c57d43c7f066cd02ae /addons/ismitmlinkCR | |
parent | 031a93f888435641fbefbafa9546101e27c45e15 (diff) | |
download | cloudflare-tor-7228bd7fc247a66b8c06798ceff0b6e2d16b51c2.tar.lz cloudflare-tor-7228bd7fc247a66b8c06798ceff0b6e2d16b51c2.tar.xz cloudflare-tor-7228bd7fc247a66b8c06798ceff0b6e2d16b51c2.zip |
localdb.html
Diffstat (limited to 'addons/ismitmlinkCR')
-rw-r--r-- | addons/ismitmlinkCR/localdb.html | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/addons/ismitmlinkCR/localdb.html b/addons/ismitmlinkCR/localdb.html index 945c9b46..5e358f85 100644 --- a/addons/ismitmlinkCR/localdb.html +++ b/addons/ismitmlinkCR/localdb.html @@ -1 +1,17 @@ -.
\ No newline at end of file +<html> + <head> + <meta http-equiv="content-type" content="text/html;charset=UTF-8"> + <title>🗄</title> + </head> + <body style="display:none"> + <br> + <meter id="pbr" value="0" min="0" max="100" style="width:50%"></meter><br><br> + <button type="button" id="ldb_i"> 📝 <span tek="opximp"></span> </button> + <button type="button" id="ldb_c"> 🗑 <span tek="opxclr"></span> </button> + <span style="display:none"> + <input type="file" id="f" accept="text/plain"> + <span tek="opxdone"></span> + </span> + <script src="localdb.js"></script> + </body> +</html>
\ No newline at end of file |