https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 9d31330c4ca1d0396166387c54d13483e0020a2f authored by Nicola Soranzo on 02 November 2022, 15:32:02 UTC
Merge branch 'release_20.05' into release_20.09
Tip revision: 9d31330
incompatible-browser.html
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Galaxy</title>
        <style type="text/css">
            body {
                min-width: 500px;
                font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
                font-size: 12px;
                line-height: 1.42857;
            }
            .errormessagelarge {
                background-color: #DD1B15;
                color: white;
                padding: 15px 15px 15px 52px;
                margin-bottom: 17px;
                border: 1px solid transparent;
                border-radius: 3px;
                min-height: 36px;
            }
            .errormessagelarge a {
                color: white;
            }
        </style>
    </head>
    <body>
        <div class="errormessagelarge">
            <h3>This browser can't run Galaxy</h3>
            <p>Galaxy requires using a <a href="https://whatbrowser.org/">modern browser</a>
               with <a href="https://simple.wikipedia.org/wiki/HTTP_cookie">cookies enabled</a></p>
        </div>
    </body>
</html>
back to top