diff options
author | alyx <alyx@aleteoryx.me> | 2023-12-14 16:41:11 -0500 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-12-14 16:41:11 -0500 |
commit | 3c8205e0b9d44402b06c0033ad548e81fb8cf2d2 (patch) | |
tree | c5cd2e30d7982629f739ee2e393e80608f2cc276 /init.html | |
parent | 95c2e6bf6700429e7bae9debff98b00315dfd838 (diff) | |
download | tumblr_follower_mgr-3c8205e0b9d44402b06c0033ad548e81fb8cf2d2.tar.gz tumblr_follower_mgr-3c8205e0b9d44402b06c0033ad548e81fb8cf2d2.tar.bz2 tumblr_follower_mgr-3c8205e0b9d44402b06c0033ad548e81fb8cf2d2.zip |
Diffstat (limited to 'init.html')
-rw-r--r-- | init.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/init.html b/init.html new file mode 100644 index 0000000..f075f8d --- /dev/null +++ b/init.html @@ -0,0 +1,7 @@ +<!doctype html> +<body> +<input id=consumer placeholder="OAuth Consumer Key"> +<input id=secret placeholder="OAuth Secret Key"> +<button id=set>Set</button> +<script src="init.js"></script> +</body> |