| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 | <html><head>    <title>Axure RP - Firefox Local File Restrictions</title>        <style type="text/css">            * {                font-family: "Source Sans Pro", sans-serif;            }            body {                text-align: center;                background-color: #f7fafc;                color: #37465e;            }            p {                font-size: 14px;                line-height: 18px;                color: #333333;            }            div.container {                width: 980px;                margin-left: auto;                margin-right: auto;                text-align: left;            }            a {                text-decoration: none;                color: #ffffff;            }            .button {                display: block;                width: 240px;                height: 30px;                padding: 2px 8px 2px 8px;                border-radius: 4px;                background-color: #3eacef;                box-sizing: border-box;                font-family: "Source Sans Pro SemiBold", "Source Sans Pro", sans-serif;                font-weight: 600;                color: #ffffff;                text-align: center;                font-size: 14px;                line-height: 28px;            }            a:hover.button {                background-color: #1482c5;            }            div.buttonContainer {                text-align: center;            }            .header {                font-size: 22px;                color: #333333;                line-height: 50px;                font-weight: bold;            }        </style>    </head>    <body>        <div class="container">            <br />            <br />            <img src="axure_logo.png" alt="axure" style="width: 100px" />            <br />            <br />            <p class="header">                Firefox Local File Restrictions            </p>            <p>                Firefox does not permit locally published prototypes to be viewed. Use Preview to view your projects in progress.            </p>            <img src="preview-rp.png" alt="preview" />            <p>                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.            </p>            <p class="header">                Need private or on-premises hosting?            </p>            <p>                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.            </p>            <div class="buttonContainer">                <a class="button" href="https://www.axure.com/axure-cloud#hosted">Learn more</a>            </div>            <p class="header">                We're here to help            </p>            <p>                If you have any questions, please email us at <a href="mailto:support@axure.com" style="color: #53ADE9 ">support@axure.com</a>.            </p>            <div style="clear: both; height: 20px;"></div>        </div>    </body></html>
 |