• DELETE FROM KEYWORDS WHERE ID_DOMAINE=1674724
  • DoneDoneDone

    URL:www.kompendium.ch

    Connection: keep-alive
    Date: Fri, 01 Nov 2024 20:43:19 GMT
    Content-Length: 138
    Content-Type: text/html
    Location: https://compendium.ch/
    Server: nginx
    
    
    Location => https://compendium.ch/
    Status => 302
    <html>
    <head><title>302 Found</title></head>
    

    (vide) Tentative en https

    https://compendium.ch/

    
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
                <!-- Global site tag (gtag.js) - Google Analytics -->
                <script async src="https://www.googletagmanager.com/gtag/js?id=UA-28636567-6"></script>
                <script>
                    window.dataLayer = window.dataLayer || [];
    
                    function gtag() { dataLayer.push(arguments); }
    
                    gtag('js', new Date());
                    gtag('config', 'UA-28636567-6', { 'anonymize_ip': true });
                </script>
                <!-- Google Tag Manager -->
                <script>
                    (function(w, d, s, l, i) {
                        w[l] = w[l] || [];
                        w[l].push({
                            'gtm.start':
                                new Date().getTime(),
                            event: 'gtm.js'
                        });
                        var f = d.getElementsByTagName(s)[0],
    
                            j = d.createElement(s),
                            dl = l != 'dataLayer' ? '&l=' + l : '';
                        j.async = true;
                        j.src =
                            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
                        f.parentNode.insertBefore(j, f);
    
                    })(window, document, 'script', 'dataLayer', 'GTM-NNP34JH');
                </script>
                <!-- End Google Tag Manager -->
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <style>
            /* This is here to ensure this is loaded before any Vue placeholders can be rendered by the browser */
            [v-cloak] {
                display: none !important; /* We need important here to be able to hide flexbox containers */
            }
        </style>
        <title>
            compendium.ch
        </title>
        <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        
    
        <!-- favicons -->
        <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/images/favicons/apple-touch-icon-57x57.png" />
        <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/favicons/apple-touch-icon-114x114.png" />
        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/favicons/apple-touch-icon-72x72.png" />
        <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/favicons/apple-touch-icon-144x144.png" />
        <link rel="apple-touch-icon-precomposed" sizes="60x60" href="/images/favicons/apple-touch-icon-60x60.png" />
        <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/images/favicons/apple-touch-icon-120x120.png" />
        <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/images/favicons/apple-touch-icon-76x76.png" />
        <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/images/favicons/apple-touch-icon-152x152.png" />
        <link rel="icon" type="image/png" href="/images/favicons/favicon-196x196.png" sizes="196x196" />
        <link rel="icon" type="image/png" href="/images/favicons/favicon-96x96.png" sizes="96x96" />
        <link rel="icon" type="image/png" href="/images/favicons/favicon-32x32.png" sizes="32x32" />
        <link rel="icon" type="image/png" href="/images/favicons/favicon-16x16.png" sizes="16x16" />
        <link rel="icon" type="image/png" href="/images/favicons/favicon-128.png" sizes="128x128" />
        <meta name="msapplication-TileColor" content="#FFFFFF"/>
        <meta name="msapplication-TileImage" content="~/images/favicons/mstile-144x144.png"/>
        <meta name="msapplication-square70x70logo" content="~/images/favicons/mstile-70x70.png"/>
        <meta name="msapplication-square150x150logo" content="~/images/favicons/mstile-150x150.png"/>
        <meta name="msapplication-wide310x150logo" content="~/images/favicons/mstile-310x150.png"/>
        <meta name="msapplication-square310x310logo" content="~/images/favicons/mstile-310x310.png"/>
    
        <link rel="stylesheet" href=" https://compendium.ch/compendium.css?ver=2.25.2.0-e52a734b-20241016185221&amp;#x2B;e52a734b90ded84f332f72f6fabaaeac20f9bd2b" />
        <script>
            function addAlert(message, type) {
                $("#globalSpinner").modal('hide');
                $('#globalAlertPlaceholder').html(
                    "<div id='globalAlert'= class='p-4 mt-4 mb-0 in alert alert-dismissible alert-" +
                    type +
                    "' role='alert'><button type='button' class='close' aria-label='close'>&times;</button><span style='opacity:1;'>" +
                    message +
                    "</span></div>");
                $("#globalAlertPlaceholder").removeClass('d-none');
            }
    
            function alertSuccess(message) {
                addAlert(message, 'success');
            }
    
            function alertInfo(message) {
                addAlert(message, 'info');
            }
    
            function alertWarning(message) {
                addAlert(message, 'warning');
            }
    
            function alertDanger(message) {
                addAlert(message, 'danger');
            }
    
            function alertDangerFromAjax(xhr, defaultMessage) {
                var message = defaultMessage;
                try {
                    message = JSON.parse(xhr.responseText).message;
                    console.log('message:' + defaultMessage + ' xhr:' + message);
                } catch (err) {
                    message = defaultMessage;
                }
                if (!message) {
                    message = defaultMessage;
                }
                alertDanger(message);
            }
    
            function removeAlert() {
                $('#globalAlertPlaceholder').html('');
                $('#globalAlertPlaceholder').addClass('d-none');
            }
    
            function removeLoginAlert() {
                $('#globalAlertLogin').addClass('d-none');
            }
    
            function setCulture(culture) {
                window.location = '/home/setculture/' + culture + '?backUrl=' + window.location;
            }
        </script>
    
        <style>
    
                /* Fixing Boostrap 4 Modal with Fixed elements behaviour */
            body { padding-right: 0 !important }
    
            .fixed-top { padding-right: 0 !important }
    
            .wrapper--navbar-caret { padding-right: 0 !important }
    
            .sticky--fixed .sticky__container { width: auto; }
    
    
        </style>
    
        
    </head>
    

    compendium.ch

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='nginx',redirection='https://compendium.ch/',Status='200',err='',[TITRE]=N'compendium.ch',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=1674724
  • 0

    compendium.ch

  • 0. compendium.ch (13)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'compendium.ch',1674724)