/CryptoMining.gadget/settings.html

https://bitbucket.org/darkknight0x/cryptomininggadget · HTML · 38 lines · 30 code · 6 blank · 2 comment · 0 complexity · f0c3274eef7fd926e29cf567ae3e3d74 MD5 · raw file

  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
  4. <script type="text/javascript" src="js/settings.js"></script>
  5. <script type="text/javascript" src="js/mainjs.js"></script>
  6. <link href="css/settings.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body id="setbody">
  9. Refresh Rate in mins:
  10. <br />
  11. <input id="rrinput" name="refresh" type="text" maxlength="3" />
  12. <br />
  13. API URL:
  14. <br />
  15. <input id="apiinput" name="apikey" type="text" />
  16. <br>
  17. <div>Show Dead Workers:
  18. <input id="chkinput" name="worker" type="checkbox" />
  19. </div>
  20. <br><br>
  21. <div id="setbottom">
  22. <p>This app is free but if you like you can donate to<br><br> LTC:
  23. <input id="donateltc" name="donate" type="text" maxlength="34" />
  24. Send commits or questions to:
  25. <a href="mailto:netlog@hotmail.com?Subject=Mining%20Gadget">netlog@hotmail.com</a>
  26. </p>
  27. </div>
  28. <br><br><br>
  29. <!-- <br> -->
  30. <!-- <div id="apiout">SHIT HERE</div> -->
  31. </body>
  32. </html>