embed.html 945 B

12345678910111213141516171819202122232425262728293031
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <!-- This should be essentially be a no-opt in the popup -->
  6. <meta http-equiv="refresh" content="86400" />
  7. <title>Snowflake</title>
  8. <link rel="icon" id="icon" href="assets/toolbar-off.ico" />
  9. <link rel="stylesheet" href="embed.css" />
  10. <script src="popup.js"></script>
  11. <script src="embed.js"></script>
  12. </head>
  13. <body>
  14. <div id="active">
  15. <div id="statusimg"></div>
  16. <p id="statustext">__MSG_popupStatusOff__</p>
  17. <p id="statusdesc"></p>
  18. </div>
  19. <div class="b button">
  20. <label id="toggle" for="enabled">__MSG_popupEnabled__</label>
  21. <label class="switch">
  22. <input id="enabled" type="checkbox" />
  23. <span class="slider round"></span>
  24. </label>
  25. </div>
  26. <div class="b learn">
  27. <a target="_blank" href="https://snowflake.torproject.org/">__MSG_popupLearnMore__</a>
  28. </div>
  29. </body>
  30. </html>