<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, maximum-scale=1" />
        <title>Glamino | Free Social Network | Online & Live Chat</title>
        <meta name="description" content="<%= siteMetaContent %>" data-vmid="description" data-vue-meta="true" />

        <meta name="msapplication-config" content="/browserconfig.xml" />
        <meta name="msapplication-TileImage" content="/img/icons/ms-icon-144x144.png" />

        <link rel="apple-touch-icon" sizes="192x192" href="/img/icons/apple-icon.png" />
        <link rel="manifest" href="/manifest.json" />
        <link rel="icon" type="image/png" href="/img/icons/favicon-32x32.png" sizes="32x32" />
        <link rel="icon" type="image/png" href="/img/icons/favicon-16x16.png" sizes="16x16" />
        <link rel="manifest" href="/site.webmanifest" />
        <link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#a70174" />

        <meta http-equiv="cache-control" content="no-cache" />
        <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
        <meta http-equiv="pragma" content="no-cache" />

        <script src="/detect-browser.js"></script>

        <script>
            var doNotStartApp = false;
        </script>

        <style type="text/css">
            body {
                font-family: '-apple-system', 'SF Pro Text', 'HelveticaNeue', 'Roboto', Helvetica, Arial, sans-serif;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                min-width: 320px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
            }

            #loader {
                height: 100vh;
                height: 100dvh;
                overflow: hidden;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
            }

            #loader svg {
                margin-bottom: 6vh;
                -webkit-transform: scale(1);
                        transform: scale(1);
                -webkit-animation: logo 6s infinite;
                        animation: logo 6s infinite;
            }

            @-webkit-keyframes logo {
                50% {
                    -webkit-transform: scale(1.2);
                            transform: scale(1.2);
                }
            }

            @keyframes logo {
                50% {
                    -webkit-transform: scale(1.2);
                            transform: scale(1.2);
                }
            }

            .error-page-static {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #f7f7f7;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-flow: column nowrap;
                        flex-flow: column nowrap;
            }

            .error-page-static header {
                width: 100%;
                min-height: calc(50px + env(safe-area-inset-top));
                padding-top: env(safe-area-inset-top);
                transform: translate3d(0, 0, 0);
                -webkit-transform: translate3d(0, 0, 0);
                background: #fff;
                -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
            }

            @media screen and (min-width: 870px) {
                .error-page-static header {
                    min-height: calc(60px + env(safe-area-inset-top));
                    height: calc(60px + env(safe-area-inset-top));
                }
            }

            .error-page-static header svg:first-child {
                display: none;
            }

            .error-page-static .logo {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-flow: row nowrap;
                        flex-flow: row nowrap;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                grid-area: logo;
                padding: 0 18px;
            }

            @media screen and (min-width: 1280px) {
                .error-page-static header svg:first-child {
                    display: block;
                    margin-right: 17px;
                }
            }

            .error-page-static section {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-flow: column nowrap;
                        flex-flow: column nowrap;
                padding: 30px;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                letter-spacing: -0.02em;
                text-align: center;
                color: #000;
            }

            @media screen and (min-width: 870px) {
                .error-page-static section {
                    width: 700px;
                    margin: 20px auto 0;
                    padding-bottom: 50px;
                    background: #fff;
                    border-radius: 6px;
                    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
                            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
                }
            }

            .error-page-static__image {
                margin-bottom: 30px;
            }

            .error-page-static__image img {
                -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
                        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
                width: 128px;
                height: 99px;
                border-radius: 6px;
            }

            .error-page-static h1 {
                margin: 0;
                margin-bottom: 22px;
                font-weight: 600;
                font-size: 18px;
            }

            .error-page-static p {
                margin: 0;
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 30px;
            }

            .error-page-static a {
                margin: 0;
                font-size: 14px;
                line-height: 16px;
                text-align: center;
                color: #007fdd;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
            }
        </style>
      <script type="module" crossorigin src="/assets/index-fUqEAJz5.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-DhhOWQ0I.css">
    <link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
    <body style="margin: 0">
        <div id="loader"><svg xmlns="http://www.w3.org/2000/svg" width="158" height="30" viewBox="0 0 158 30">
    <defs><style>
        .a { fill: #a70174; }
    </style></defs>
    <g transform="translate(-155.52 -13.001)">
        <path class="a" d="M58.752,29.046H54.126a.437.437,0,0,1-.426-.491L53.883,1.03A.436.436,0,0,1,54.369.6H59c.183,0,.365.246.365.492l-.122,27.463A.482.482,0,0,1,58.752,29.046Z"                        transform="translate(134.503 12.785)"                    />
        <path class="a" d="M89.9,34.86H85.277a.437.437,0,0,1-.426-.492v-.676h0a9.81,9.81,0,0,1-5.417,1.475,9.076,9.076,0,0,1-6.695-2.888A10.132,10.132,0,0,1,70,25.153a9.586,9.586,0,0,1,2.8-7.065A8.852,8.852,0,0,1,79.495,15.2a9.785,9.785,0,0,1,5.356,1.536V16.06a.436.436,0,0,1,.487-.43h4.626a.437.437,0,0,1,.426.491l-.122,18.247C90.389,34.614,90.146,34.86,89.9,34.86Zm-4.991-8.847V24.539a4.6,4.6,0,0,0-4.382-4.669h-.061a4.5,4.5,0,0,0-3.53,1.536,5.584,5.584,0,0,0-1.461,3.809,5.871,5.871,0,0,0,1.339,3.748,4.619,4.619,0,0,0,3.53,1.536h.061A4.542,4.542,0,0,0,84.911,26.013Z"                        transform="translate(128.124 7.155)"                    />
        <path class="a" d="M174.052-.01a3.212,3.212,0,0,1,2.8,4.178,3.349,3.349,0,0,1-2.982,2.273,3.242,3.242,0,1,1,.183-6.451Zm1.887,29.244h-4.626a.437.437,0,0,1-.426-.492l.122-18.247a.436.436,0,0,1,.487-.43h4.626a.437.437,0,0,1,.426.492L176.425,28.8A.591.591,0,0,1,175.939,29.235Z"                        transform="translate(88.83 13.026)"                    />
        <path class="a" d="M205.363,18.139a9.634,9.634,0,0,1,2.252,6.758l-.061,10.014a.436.436,0,0,1-.487.43h-4.626a.437.437,0,0,1-.426-.492l.061-9.584c0-3.072-1.461-4.669-4.078-4.731a6.646,6.646,0,0,0-1.1.123,4.346,4.346,0,0,0-3.1,4.239l-.061,9.83a.436.436,0,0,1-.487.43h-4.626a.437.437,0,0,1-.426-.492l.122-18.247a.436.436,0,0,1,.487-.43h4.626a.437.437,0,0,1,.426.491V17.4a8.477,8.477,0,0,1,11.5.737Z"                        transform="translate(81.864 7.042)"                    />
        <path class="a" d="M243.668,18.849a9.493,9.493,0,0,1,2.861,7.188,9.677,9.677,0,0,1-2.922,7.25,9.536,9.536,0,0,1-7.243,2.826A9.932,9.932,0,0,1,226.2,25.853a9.312,9.312,0,0,1,2.922-7.127,10.257,10.257,0,0,1,7.3-2.826A10.524,10.524,0,0,1,243.668,18.849Zm-2.556,7.188c0-2.888-1.826-5.038-4.626-5.038-2.861,0-4.747,2.15-4.808,5.038,0,2.949,1.887,5.222,4.747,5.222C239.225,31.2,241.111,28.925,241.111,26.037Z"                        transform="translate(66.991 6.885)"                    />
        <path class="a" d="M140.714,17.939a7.668,7.668,0,0,0-5.9-2.577,9.265,9.265,0,0,0-6.938,2.7,7.614,7.614,0,0,0-6.025-2.762,6.509,6.509,0,0,0-4.686,1.718v-.675a.519.519,0,0,0-.426-.491h-4.626a.518.518,0,0,0-.487.43L111.5,34.508a.519.519,0,0,0,.426.491h4.626a.518.518,0,0,0,.487-.43l.061-10.494a3.825,3.825,0,0,1,1.948-3.375,3.22,3.22,0,0,1,1.461-.368c2.678,0,4.078,1.657,4.078,4.725v9.512a.519.519,0,0,0,.426.491h4.626a.472.472,0,0,0,.487-.43V31.194l.061-7.057a3.825,3.825,0,0,1,1.948-3.375,3.22,3.22,0,0,1,1.461-.368c2.678,0,4.078,1.657,4.078,4.725l-.061,9.573a.519.519,0,0,0,.426.491h4.626a.518.518,0,0,0,.487-.43l.061-10.064A10.149,10.149,0,0,0,140.714,17.939Z"                         transform="translate(111.881 7.117)"                    />
        <path class="a" d="M27.693,14.041l-13.451-.061a.518.518,0,0,0-.487.43v4.239a.52.52,0,0,0,.426.492l7.608.061a7.7,7.7,0,0,1-7.547,5.1,8.162,8.162,0,0,1-8.46-8.478A9.248,9.248,0,0,1,8.217,9.187a8.3,8.3,0,0,1,6.269-2.458q5.3,0,6.938,4.424a.458.458,0,0,0,.426.307h5.3c.3,0,.548-.307.426-.553a11.836,11.836,0,0,0-4.686-7,14.152,14.152,0,0,0-8.4-2.7A14.356,14.356,0,0,0,4.139,5.255,14.376,14.376,0,0,0,0,15.822a13.557,13.557,0,0,0,4.017,9.892c5.173,5.284,14,5.345,19.6.676,3.347-2.826,4.808-7.618,4.565-11.919A.518.518,0,0,0,27.693,14.041Z" transform="translate(155.52 12.554)"                    />
    </g>
</svg></div>

        <div id="app"></div>

        <noscript>
            <div id="nojs-loader" class="error-page-static">
                <header>
                    <div class="logo">
                        <img src="/img/logo.svg" alt="Logo" />
                    </div>
                </header>
                <section>
                    <div class="error-page-static__image">
                        <img src="/img/no-js.png" alt="Unsupported browser" />
                    </div>
                    <h1>Your Javascript doesn't work.</h1>
                    <p>
                        Please turn on javascript <br />
                        in your browser.
                    </p>
                    <a href="https://www.enable-javascript.com/" target="_blank">
                        <img style="margin-right: 6px" src="/img/help.svg" alt="help" />
                        Learn more if you don't know how >
                    </a>
                </section>
            </div>
        </noscript>

        <script>
            var userAgentDetection = detectUserAgent();
            if (
                userAgentDetection.name == 'ie' ||
                (userAgentDetection.name == 'ios' && parseFloat(userAgentDetection.version) < 10)
            ) {
                doNotStartApp = true;
                window.location.href = '/unsupported.html';
            }
        </script>
    </body>
</html>
