diff options
author | cesar <cesar@noreply.codeberg.org> | 2021-03-21 23:58:20 +0100 |
---|---|---|
committer | cesar <cesar@noreply.codeberg.org> | 2021-03-21 23:58:20 +0100 |
commit | e98fc7354953e56eeed86fe8a1fd1a0bd0baf0e6 (patch) | |
tree | c9f00d9c20082a9f673ac4f118fadf955224ea69 /addons/code | |
parent | 55c33eccef8cc7afd6f9928ea07c592a50c3b990 (diff) | |
download | cloudflare-tor-e98fc7354953e56eeed86fe8a1fd1a0bd0baf0e6.tar.lz cloudflare-tor-e98fc7354953e56eeed86fe8a1fd1a0bd0baf0e6.tar.xz cloudflare-tor-e98fc7354953e56eeed86fe8a1fd1a0bd0baf0e6.zip |
Update 'addons/code/ismitmlink/localdb.html'
Diffstat (limited to 'addons/code')
-rw-r--r-- | addons/code/ismitmlink/localdb.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addons/code/ismitmlink/localdb.html b/addons/code/ismitmlink/localdb.html new file mode 100644 index 00000000..5e358f85 --- /dev/null +++ b/addons/code/ismitmlink/localdb.html @@ -0,0 +1,17 @@ +<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 |