diff options
author | Hannes Gerhart <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com> | 2020-08-20 09:56:13 +0200 |
---|---|---|
committer | Hannes Gerhart <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com> | 2020-08-20 09:56:13 +0200 |
commit | 24fa4b84cd605cd2c4967d78f3e5d41b7cc0fb16 (patch) | |
tree | a309e5ea0e809874fc49fb6dfc5178ed42763e47 /addons/isattlinkCR | |
parent | 25258e45321ed27172623103918399a1c10014cf (diff) | |
download | cloudflare-tor-24fa4b84cd605cd2c4967d78f3e5d41b7cc0fb16.tar.lz cloudflare-tor-24fa4b84cd605cd2c4967d78f3e5d41b7cc0fb16.tar.xz cloudflare-tor-24fa4b84cd605cd2c4967d78f3e5d41b7cc0fb16.zip |
localdb.html
Diffstat (limited to 'addons/isattlinkCR')
-rw-r--r-- | addons/isattlinkCR/localdb.html | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/addons/isattlinkCR/localdb.html b/addons/isattlinkCR/localdb.html index 945c9b46..5e358f85 100644 --- a/addons/isattlinkCR/localdb.html +++ b/addons/isattlinkCR/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 |