diff options
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> |