Find access to blocked websites https://rsf.org/collateral-freedom

index.html 662B

123456789101112131415161718192021222324252627282930
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Collateral Freedom</title>
  5. <style>
  6. body {
  7. font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
  8. font-size: 100%;
  9. text-overflow: ellipsis;
  10. overflow: hidden;
  11. width: 400px;
  12. text-align:center;
  13. }
  14. button {
  15. width: 100%;
  16. height: 50px;
  17. margin-top: 10px;
  18. }
  19. </style>
  20. <script src="libs/jquery.js"></script>
  21. <script src="libs/l10n.js"></script>
  22. <script src="index.js"></script>
  23. </head>
  24. <body>
  25. <div id="mirror" style="display:none">__MSG_mirror__<br />
  26. <button>__MSG_mirror_button__</button>
  27. </div>
  28. <div id="nomirror">__MSG_nomirror__</div>
  29. </body>
  30. </html>