Sha256: c3bf2f89c988340e68611b4ed6cd883d404b8e978e2973f465ca4991419b6fb8

Contents?: true

Size: 984 Bytes

Versions: 15

Compression:

Stored size: 984 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Redirecting...</title>
        <style>
            body, html {
                height: 100%;
                margin: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
            }
            .container {
                text-align: center;
            }
            img {
                max-width: 50%;
                max-height: 80vh;
                object-fit: contain;
            }
        </style>
        <script>
            setTimeout(() => {
                window.location.href = 'brand/brand.html?source=remote';
            }, 500);
        </script>
    </head>
    <body>
        <div class="container">
            <img src="solara.png" alt="Logo Image">
        </div>
    </body>
</html>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
solara-0.7.4 solara/lib/core/dashboard/index.html
solara-0.7.3 solara/lib/core/dashboard/index.html
solara-0.7.2 solara/lib/core/dashboard/index.html
solara-0.7.1 solara/lib/core/dashboard/index.html
solara-0.7.0 solara/lib/core/dashboard/index.html
solara-0.6.0 solara/lib/core/dashboard/index.html
solara-0.5.0 solara/lib/core/dashboard/index.html
solara-0.4.0 solara/lib/core/dashboard/index.html
solara-0.3.0 solara/lib/core/dashboard/index.html
solara-0.2.4 solara/lib/core/dashboard/index.html
solara-0.2.3 solara/lib/core/dashboard/index.html
solara-0.2.2 solara/lib/core/dashboard/index.html
solara-0.2.1 solara/lib/core/dashboard/index.html
solara-0.2.0 solara/lib/core/dashboard/index.html
solara-0.1.0 solara/lib/core/dashboard/index.html