firefox.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <html>
  2. <head>
  3. <title>Axure RP - Firefox Local File Restrictions</title>
  4. <style type="text/css">
  5. * {
  6. font-family: "Source Sans Pro", sans-serif;
  7. }
  8. body {
  9. text-align: center;
  10. background-color: #f7fafc;
  11. color: #37465e;
  12. }
  13. p {
  14. font-size: 14px;
  15. line-height: 18px;
  16. color: #333333;
  17. }
  18. div.container {
  19. width: 980px;
  20. margin-left: auto;
  21. margin-right: auto;
  22. text-align: left;
  23. }
  24. a {
  25. text-decoration: none;
  26. color: #ffffff;
  27. }
  28. .button {
  29. display: block;
  30. width: 240px;
  31. height: 30px;
  32. padding: 2px 8px 2px 8px;
  33. border-radius: 4px;
  34. background-color: #3eacef;
  35. box-sizing: border-box;
  36. font-family: "Source Sans Pro SemiBold", "Source Sans Pro", sans-serif;
  37. font-weight: 600;
  38. color: #ffffff;
  39. text-align: center;
  40. font-size: 14px;
  41. line-height: 28px;
  42. }
  43. a:hover.button {
  44. background-color: #1482c5;
  45. }
  46. div.buttonContainer {
  47. text-align: center;
  48. }
  49. .header {
  50. font-size: 22px;
  51. color: #333333;
  52. line-height: 50px;
  53. font-weight: bold;
  54. }
  55. </style>
  56. </head>
  57. <body>
  58. <div class="container">
  59. <br />
  60. <br />
  61. <img src="axure_logo.png" alt="axure" style="width: 100px" />
  62. <br />
  63. <br />
  64. <p class="header">
  65. Firefox Local File Restrictions
  66. </p>
  67. <p>
  68. Firefox does not permit locally published prototypes to be viewed. Use Preview to view your projects in progress.
  69. </p>
  70. <img src="preview-rp.png" alt="preview" />
  71. <p>
  72. Alternatively, you can choose a different web browser, upload your RP file to <a href="https://app.axure.cloud" style="color: #53ADE9">Axure Cloud</a> or publish the local files to a web server.
  73. </p>
  74. <p class="header">
  75. Need private or on-premises hosting?
  76. </p>
  77. <p>
  78. Axure Cloud for Business gives you all of the features of Axure Cloud plus control of accounts and permissions. For hosting behind your firewall, check out Axure Cloud On-Premises.
  79. </p>
  80. <div class="buttonContainer">
  81. <a class="button" href="https://www.axure.com/axure-cloud#hosted">Learn more</a>
  82. </div>
  83. <p class="header">
  84. We're here to help
  85. </p>
  86. <p>
  87. If you have any questions, please email us at <a href="mailto:support@axure.com" style="color: #53ADE9 ">support@axure.com</a>.
  88. </p>
  89. <div style="clear: both; height: 20px;"></div>
  90. </div>
  91. </body>
  92. </html>