Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - helop.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 17 May 2025 09:59:44 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://garbers-brennstoffe.de/

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://helop.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 17 May 2025 09:59:45 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17
P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
Set-Cookie: CAKEPHP=hcm53de9ru8sv4l4sidbe9r895; expires=Tue, 17-May-2050 15:59:45 GMT; path=/
Strict-Transport-Security: max-age=44838400; includeSubdomains;preload
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=15768000; includeSubDomains

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: helop.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html lang="de" xmlns="http://www.w3.org/1999/xhtml">
      <head>
        <title>Home - Hermann P.H. Garbers Handelsgesellschaft mbH</title>
		<script src="/2.1.1/jquery.min.js"></script>
        <script type="text/javascript" src="/files/1901884/style/js/nw.js"></script>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  	<link rel="stylesheet" type="text/css" href="/files/1901884/style/css/content.css" media="screen,print" />
  	<link rel="stylesheet" type="text/css" href="/files/1901884/style/css/layout.css" media="screen" />
	<script type="text/javascript" src="/js/lib/prototype.js"></script>
	<script type="text/javascript" src="/js/src/scriptaculous.js"></script>
	<script type="text/javascript" src="/js/frontend.js"></script>
	<script type="text/javascript" src="/files/1901884/style/js/layout.js"></script>
	<script type="text/javascript" src="/files/1901884/style/js/responsiveslides.min.js"></script>

  	<meta name="language" content="de"/>
  	<meta name="robots" content="index,follow,noodp"/>
    
    <link rel="stylesheet" type="text/css" href="/files/1901884/style/css/foundation.css">

<link rel="stylesheet" type="text/css" href="/aaaa-cookie-neu/build/cookieconsent.min.css" />
<script src="/aaaa-cookie/cookieconsent.min.js" data-cfasync="false"></script>

<meta name="format-detection" content="telephone=no">



<script>
/**
* Functions for Google Analytics Opt-IN
* with Osano Cookie Consent (https://www.osano.com/cookieconsent/download/)
* v2.1 – 30.01.2021
* vektorkneter.de
*
*
* Changelog:
* v2.1 – 30.01.2021
* – some changes in clearCookie() wich might improve the reliability of
* cookie clearing in Google Chrome (based on a single issue report)
*
* v2.0 – 16.01.2021
* – added support for new tracking IDs with format G-XXXXXXXXXX
*/
 
// Google Analytics tracking ID
// You may use the old format UA-XXXXXXXX-X or the newer one G-XXXXXXXXXX
var $tracking_id = "G-RGGY4N8699";
 
// OPTIONAL (set if you have trouble deleting cookies):
// Set Google Analytics Cookie domain & path (needed for clearing cookies – have look in the inspector to get the values needed)
// If set to false, values from window.location.hostname and window.location.pathname will be used
var $tracking_cookie_domain = false; // eg. ".garbers-brennstoffe.de"
var $tracking_cookie_path = false;   // eg. "/"
 
 
// Insites Cookie Consent with Opt-IN for MATOMO tracking Cookie
// Source: https://cookieconsent.insites.com/documentation/disabling-cookies/
window.addEventListener("load", function () {
    window.cookieconsent.initialise({
        "palette": {
            "popup": {
                "background": "#000"
            },
            "button": {
                "background": "#f1d600",
                "text":"#fff"
            }
        },
        "cookie": {
            "expiryDays": 1
         },
"position": "bottom-left",
        "type": "opt-in",
        "content": {
            "message": "Wir nutzen Cookies und Google Analytics, um diese Website für Sie so interessant wie möglich zu gestalten. Sind Sie damit einverstanden?",
            "allow": "Alle Cookies",
            "deny": "Nur notwendige Cookies",
            "link": "Datenschutzerklärung",
            "href": "/de/146937-Datenschutz",
            "policy": 'Cookie Einstellungen'
        },
        onPopupOpen: function () {
            document.body.classList.add("cookieconsent-banner-opened");
        },
        onPopupClose: function () {
            document.body.classList.remove("cookieconsent-banner-opened");
        },
        onInitialise: function (status) {
            var type = this.options.type;
            var didConsent = this.hasConsented();
            if (type == 'opt-in' && didConsent) {
                // enable cookies
                embedTrackingCode();
            }
            if (type == 'opt-out' && !didConsent) {
                // disable cookies
                deleteGACookies();
            }
            if (type == 'opt-in' && !didConsent) {
                // disable cookies
                deleteGACookies();
            }
        },
        onStatusChange: function (status, chosenBefore) {
            var type = this.options.type;
            var didConsent = this.hasConsented();
            if (type == 'opt-in' && didConsent) {
                // enable cookies
                embedTrackingCode();
            }
            if (type == 'opt-in' && !didConsent) {
                // disable cookies
                deleteGACookies();
                location.reload();
            }
            if (type == 'opt-out' && !didConsent) {
                // disable cookies
                deleteGACookies();
                location.reload();
            }
        },
        onRevokeChoice: function () {
            var type = this.options.type;
            if (type == 'opt-in') {
                // disable cookies
                 
            }
            if (type == 'opt-out') {
                // enable cookies
                embedTrackingCode();
            }
        },
 
    })
});
 
 
/* –  – NO FUTHER SETTINGS NEEDED BELOW THIS LINE –  – */
 
function embedTrackingCode(){
    // add <script> to head
    var gascript = document.createElement("script");
    gascript.async = true;
    gascript.src = "https://www.googletagmanager.com/gtag/js?id="+$tracking_id;
    document.getElementsByTagName("head")[0].appendChild(gascript, document.getElementsByTagName("head")[0]);
 
    // track pageview
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', $tracking_id, { 'anonymize_ip': true });
     
    //console.log('Google Analytics Tracking enabled')
}
 
 
function deleteGACookies(){
    // build cookie name from $tracking_id
    // taking into account legacy format (UA-XXXXXXXX-X) and newer format (G-XXXXXXXXXX)
    var $gtag_cookie;
    if ($tracking_id.substring(0, 2) == "G-") {
        // new format: Remove "G-", prefix with "_ga_"
        //console.log('new tracking id');
        $gtag_cookie = "_ga_"+$tracking_id.replace(/G-/g, "");
    } else if ($tracking_id.substring(0, 3) == "UA-") {
        // old format: Replace "-" with "_", prefix "_gat_gtag_"
        //console.log('legacy tracking id');
        $gtag_cookie = "_gat_gtag_"+$tracking_id.replace(/-/g, "_");
    } else {
        // none of the booth formats detected
        console.warn('No valid tracking ID (UA-XXXXXXXX-X or G-XXXXXXXXXX) detected. Cookie deletion will not work!')
    }
     
    // clear cookies
    clearCookie('_ga',$tracking_cookie_domain,$tracking_cookie_path);
    clearCookie('_gid',$tracking_cookie_domain,$tracking_cookie_path);
    clearCookie('_gat',$tracking_cookie_domain,$tracking_cookie_path);
    clearCookie($gtag_cookie,$tracking_cookie_domain,$tracking_cookie_path);
 
    //console.log('Google Analytics Tracking disabled')
}
 
 
 
 
// function for deleting Cookies (such as that ones from Google Analytics)
function clearCookie(name,domain,path){
    if(!domain || domain==""){
        domain = "." + window.location.hostname;
    }
    if(!path || path==""){
        path = "/";
    }
    document.cookie = name + '=; domain=' + domain +'; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=' + path;
}
 
 
// function for triggering a click on the cc-revoke button
// wich will show the consent banner again.
// You may use it in a link, such as this example:
// <a href="#" onclick="openCCbanner(); return false;">Cookie Consent</a>
function openCCbanner(){
    var el = document.querySelector('.cc-revoke');
    el.click();
}
 
 
// –  – OPTIONAL – -----------------
// Google Analytics Opt-Out Cookie
var $tracking_disable_cookie = 'ga-disable-' + $tracking_id;
if (document.cookie.indexOf($tracking_disable_cookie + '=true') > -1) {
window[$tracking_disable_cookie] = true;
}
function gaOptout() {
    document.cookie = $tracking_disable_cookie + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
    window[$tracking_disable_cookie] = true;
    alert("Der Opt-Out-Cookie für das Deaktivieren von Google Analytics wurde abgelegt.")
}
 
 

</script><meta name="google-site-verification" content="xdEIoqDvA16cEMIPAsziEM-GheR1P1Z4DCIWHYSmum0" />
  	<script type="text/javascript">
//<![CDATA[
var siteId = 1901884;
//]]>
</script>
  	<meta name="keywords" content="Günstiges Heizöl, Hermann Peter Heinrich Garbers, Familienbetrieb, dritten Generation, Heizöl Hamburg, Heizöl Bergedorf, Heizölbrennstoff, Heizölbrennstoffe, ESSO"/>
	<meta name="description" content="Willkommen auf unserer Webseite von unserer Firma Hermann P.H. Garbers. Schauen Sie sich in Ruhe um und kontaktieren uns, wenn Sie Fragen oder Interesse an unseren Produkten haben."/>
  
  	<link href="/files/1901884/style/img/favicon.ico" type="image/x-icon" rel="icon"/><link href="/files/1901884/style/img/favicon.ico" type="image/x-icon" rel="shortcut icon"/>
  </head>
  <body class="frontend page_146145 lang_de">
  
  <div class="site_body page_146145 lang_de">
  <div class="site">
  <div class="site_inner">
  
  <div class="content" id="content">
  <div class="content_inner" id="content_inner">
  <div class="modul_extra" id="modul_extra">
  <div class="module_textblock"><div class="row">
<div class="small-12 columns">
<div class="news_desk">
<p><iframe style="display: block; margin-left: auto; margin-right: auto;" src="https://news.garbers-brennstoffe.de/NewsGrab.php" frameborder="0" width="100%" height="800"></iframe></p>
</div>
<div class="news_mobil">
<p><iframe src="https://news.garbers-brennstoffe.de/NewsGrabMobil.php#test" frameborder="0" width="100%" height="1740"></iframe></p>
</div>
</div>
<div class="small-12 medium-7 columns">
<h2>G&uuml;nstiges Heiz&ouml;l aus Hamburg</h2>
<hr />
<p>Bereits seit 1936 besteht der Familienbetrieb von Hermann P.H. Garbers in Hamburg.</p>
<p>Wir beliefern haupts&auml;chlich den Gro&szlig;raum Bergedorf (inkl. Reinbek, Aum&uuml;hle, Billstedt, Geesthacht und Umgebung) sowie die Vier- und Marschlande mit Heiz&ouml;l, Brennstoffen und Containern.</p>
<p>Wir garantieren f&uuml;r eine saubere und zuverl&auml;ssige Lieferung, die von speziell geschulten und erfahrenen Fachleuten durchgef&uuml;hrt wird. Dabei achten wir selbstverst&auml;ndlich auf die Einhaltung aller g&auml;ngigen Sicherheitsstandards und den nachhaltigen Umgang bei der Lieferung.</p>
<p>Und weil wir wissen, dass Heiz&ouml;l nicht gleich Heiz&ouml;l ist, bekommen Sie von uns nur beste Qualit&auml;t.</p>
<p><strong>Bei Fragen z&ouml;gern Sie nicht uns zu <a href="/de/146150-Kontakt">kontaktieren</a>.</strong></p>
<p><strong>Klicken Sie mal auf <a href="/de/146149-Produkte">Produkte</a> - Sie werden &uuml;berrascht sein.</strong></p>
</div>
<div class="small-12 medium-5 columns">
<div class="info_box">
<p><strong>&Ouml;ffnungszeiten</strong></p>
<p><span style="font-size: xx-large; font-family: 'arial black', 'avant garde'; color: #00ffff;">Achtung wir machen vom 17.05.2025 bis 25.05.2025 Urlaub</span></p>
<p><span style="font-size: x-large; font-family: 'arial black', 'avant garde';">Montag - Freitag</span><br /><span style="font-size: x-large;"><strong>08:00 - 12:00 Uhr und 14:00 - 17:30 Uhr</strong></span></p>
<p><span style="font-family: 'arial black', 'avant garde'; font-size: x-large;"><strong>Samstags</strong></span></p>
<p><span style="font-size: large;"><strong>ab September wieder</strong></span></p>
<hr /></div>
</div>
</div></div><div class="module_textblock"><div class="row">
<div class="small-12 columns">
<div class="maps-box">
<div id="texter">
<p>Mit dem Laden der Google Map gelten die Datenschutzbestimmungen von Google. Mehr Informationen finden Sie in unseren <a href="/de/146937-Datenschutz" target="_blank">Datenschutzhinweisen</a>.</p>
<a id="maps-knopf" onclick="document.getElementById('karte').src='https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2378.4066740331623!2d10.186035077532662!3d53.40755277230714!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47b1ec61d259faf5%3A0xa43fe677f84149dc!2sHermann%20P.%20H.%20Garbers!5e0!3m2!1sde!2sde!4v1735566618591!5m2!1sde!2sde';document.getElementById('texter').style='display: none';document.getElementById('maps-knopf').style='display: none';">Google Map anzeigen... </a></div>
<iframe id="karte" frameborder="0" scrolling="no" width="100%" height="450"></iframe></div>
</div>
</div></div>
  </div>
  </div>
  </div>
  		
  <div class="menu">	
  <div class="menu_inner">
  
<ul class="main_menu " id="idPageList">
<li class="page_146145 active " id="pageListElement_146145"><a class="main_menu active " href="/">Home</a></li>
<li class="page_146146" id="pageListElement_146146"><a class="main_menu" href="/de/146146-Wir-ueber-uns">Wir über uns</a>
<ul class="sub_menu ">
<li class="page_146144" id="pageListElement_146144"><a class="sub_menu" href="/de/146144-Historie">Historie</a></li>
</ul>
</li>
<li class="page_146149" id="pageListElement_146149"><a class="main_menu" href="/de/146149-Produkte">Produkte</a>
<ul class="sub_menu ">
<li class="page_146181" id="pageListElement_146181"><a class="sub_menu" href="/de/146181-Heizoel-kaufen-hamburg">Heizöl schwefelarm</a></li>
<li class="page_146182" id="pageListElement_146182"><a class="sub_menu" href="/de/146182-PREMIUM-Heizoel-schwefelarm">PREMIUM Heizöl schwefelarm</a></li>
<li class="page_146183" id="pageListElement_146183"><a class="sub_menu" href="/de/146183-Waerme-Abo">Wärme-Abo</a></li>
<li class="page_146185" id="pageListElement_146185"><a class="sub_menu" href="/de/146185-Super-Diesel">Super Diesel</a></li>
<li class="page_146186" id="pageListElement_146186"><a class="sub_menu" href="/de/146186-Holzpellets">Holzpellets</a></li>
<li class="page_146188" id="pageListElement_146188"><a class="sub_menu" href="/de/146188-Fluessigkeitsgas-Gas-Heizgeraete">Flüssigkeitsgas/ Gasflaschen</a></li>
<li class="page_146187" id="pageListElement_146187"><a class="sub_menu" href="/de/146187-Holzkohle">Holzkohle</a></li>
<li class="page_146189" id="pageListElement_146189"><a class="sub_menu" href="/de/146189-Container">Container</a></li>
</ul>
</li>
<li class="page_146150" id="pageListElement_146150"><a class="main_menu" href="/de/146150-Kontakt">Kontakt</a></li>
<li class="page_146151" id="pageListElement_146151"><a class="main_menu" href="/de/146151-Impressum">Impressum</a></li>
<li class="page_146937" id="pageListElement_146937"><a class="main_menu" href="/de/146937-Datenschutz">Datenschutz</a></li>
</ul>

  </div>
  </div>
  <br style="clear:both" /><!-- Scroll Up -->
<a href="#" class="scrollup" style="display: none;"> </a>

<!-- Header -->
<header class="header">
	<div class="row">
		<div class="small-12 medium-4 columns">
			<strong>Rufen Sie uns an:</strong><br /><a href="tel:0407230336">040 / 72 30 336</a>
		</div>
		<div class="small-12 medium-4 columns">
			<div class="logo-container">
				<h1><a href="/"><img title="Hermann P.H. Garbers Handelsgesellschaft mbH - Logo" src="/files/1901884/style/img/garbers_logo.png" alt="Hermann P.H. Garbers Handelsgesellschaft mbH - Logo"></a></h1>
			</div>
		</div>
		<div class="small-12 medium-4 columns text-right">
			<strong>Hermann P.H. Garbers</strong><br /><span>Handelsgesellschaft mbH</span><br />Heizöl Vertriebspartner
		</div>
	</div>
</header>

<div class="nav"></div>

<!-- Slideshow -->
<div class="slideshow_container hide-for-small-only">
 <div class="slide_text">Wir bieten Ihnen eine schnelle, saubere und pünktliche Belieferung mit Heizöl schwefelarm, Superheizöl Premium Heizöl schwefelarm und Super Diesel !</div>
</div>
  <div class="site_foot"></div><div id="slideshow">
  <div class="picture" id="slideshow_0"><img src="/files/1901884/slideshow/61931.jpg" alt="" /></div>
</div>

<script type="text/javascript" src="/files/1901884/style/js/slideshow.js"></script>
<script type="text/javascript" src="/files/1901884/slideshow/config.js"></script>	
  </div>
  </div>
  </div>
  
  <div class="foot">
  <div class="foot_inner">
  <script src="/2.2.4/jquery.min.js"></script>
<script src="/aaa-cookie/jquery.cookie.js"></script>

<script>
var jq = $.noConflict(true);
    jq(document).ready(function(){
jq.removeCookie('CAKEPHP', { path: '/' });
});
</script>

<div class="row">
	<div class="small-12 medium-4 columns">
		<p><strong>Hermann P.H. Garbers<br />Handelsgesellschaft mbH</strong><br />Kirchenheerweg 125<br />21037 Hamburg </p>
	</div>
	<div class="small-12 medium-4 columns">
		<p>Tel.: <a href="tel:0407230336">040 / 72 30 336</a><br />Fax: 040 / 72 38 808<br /><a href="mailto:[email protected]">info [at] garbers-brennstoffe.de</a></p>
	</div>
	<div class="small-12 medium-4 columns">
		<p>© <script> document.write(new Date().getFullYear()); </script> Hermann P.H. Garbers<br />all rights reserved<br />site created and hosted by <a href="https://nordicweb.com/" target="_blank">nordicweb</a></p>
	</div>
</div>


<script src="/2.2.4/jquery.min.js"></script>
<script src="/files/1901884/style/js/modernizr.js"></script>
<script src="/files/1901884/style/js/foundation.js"></script>
<script src="/files/1901884/style/js/jquery.plusanchor.js"></script>

<script>
    var jq = $.noConflict(true);
    jq(document).ready(function(){

        var menu = jq(".menu");
        var header = jq(".header");
        var nav = jq(".nav");
        var siteInner = jq(".site_inner");
        var slideshow = jq("#slideshow");
        var slideshowContainer = jq(".slideshow_container");
        var slideText = jq(".slide_text");
        var logoContainer = jq(".logo_container");
        var contInner = jq(".content_inner");
        var contSec = jq("#content_sec");
        var cont = jq(".content");
        var moduleContact = jq(".module_contact");
        var moduleContactContainer = jq(".module_contact_container");

        siteInner.prepend(slideshowContainer);
        siteInner.prepend(nav);
        siteInner.prepend(header);

        slideshowContainer.append(slideshow);
        slideshowContainer.append(slideText);

        nav.append(menu);
        moduleContactContainer.append(moduleContact);

        // funktion zum hinzufügen (umschliessen) von "FullWidth backgrounds" an das gewuenschte element
        var addFullwidthBg = function(divElement, backgroundType){
            jq(divElement).wrap('<div class="'+ backgroundType +'"></div>');
        };

        addFullwidthBg();

        //offcanvas function

        siteInner.wrap("<div class='off-canvas-wrapper'><div class='off-canvas-wrapper-inner' data-off-canvas-wrapper><div class='off-canvas-content' data-off-canvas-content>");
        jq(".off-canvas-wrapper-inner").prepend("<div class='off-canvas position-right' id='offCanvas' data-position='right' data-off-canvas></div>");
        nav.prepend("<a class='menu-toggle menu-icon' data-toggle='offCanvas' href='#'><span></span></a>");
        siteInner.append('<a class="exit-off-canvas"></a>');
        

        //offcanvas clone für die Menüfunktionalität
        var rightCanvasMenu = jq("#offCanvas");
        jq(".menu_inner").clone().prependTo(rightCanvasMenu);

        // Offcanvas SubNavi
        // hide sub nav
        if(true) {
                // allow expandable sub nav(s)
                if(true){
                    jq('#offCanvas ul.sub_menu').each(function() {
                            if(jq(this).children().length){
                                    jq(this,'li:first').parent().prepend('<a href="#" class="tog"> + </a>');
                            }
                    });
                    jq('#offCanvas ul.subsub_menu').each(function() {
                            if(jq(this).children().length){
                                    jq(this,'li:first').parent().prepend('<a href="#" class="sub-tog"> + </a>');
                            }
                    });
                    jq('#offCanvas .tog, #offCanvas .sub-tog').on("click",function(e){
                        e.preventDefault();
                        if (jq(this).hasClass("tog-clicked")) {
                                jq(this).text('+');
                            jq(this).next().next('ul').slideUp(300, function(){});
                        } else {
                                jq(this).text('-');
                                jq(this).next().next('ul').slideDown(300, function(){});
                        }
                        jq(this).toggleClass("tog-clicked");
                    });
                } else {
                        jq('ul.sub_menu, ul.subsub_menu').show();
                }
        } else {
                jq('ul.sub_menu, ul.subsub_menu').hide();
        }

        // Fade in and out Menu
        jq('.menu li').hover(function() {
			jq(this).children('ul').stop(true, false, true).slideToggle(300);
		});


        // Scroll Top
        jq(window).scroll(function(){
            if (jq(this).scrollTop() > 300) {
                jq('.scrollup').fadeIn();
            } else {
                jq('.scrollup').fadeOut();
            }
        });
 
        jq('.scrollup').click(function(){
            jq("html, body").animate({ scrollTop: 0 }, 500);
            return false;
        });


        // Nav Arrow
        jq('.menu ul.subsub_menu').each(function() {
            if(jq(this).children().length){
                jq(this,'li:first').parent().addClass('nav-arrow');
            }
        });
        

        // Smooth Scrolling
        jq(document).ready(function(){

            jq('body').plusAnchor({
                offsetTop: -50,
                speed:  700
            });

        });
            
        jq(document).foundation();

    });
</script>

<script type="text/javascript">
// Set to the same value as the web property used on the site
var gaProperty = 'G-RGGY4N8699';
 
// Disable tracking if the opt-out cookie exists.
var disableStr = 'ga-disable-' + gaProperty;
if (document.cookie.indexOf(disableStr + '=true') > -1) {
  window[disableStr] = true;
}
 
// Opt-out function
function gaOptout() {
  document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
  window[disableStr] = true;
}
</script>


  <br style="clear:both" />
  
  <div class="siteCreated">site created and hosted by <a href="http://www.nordicweb.com" target="_blank" title="webdesign">nordicweb</a></div>
  
  </div>
  <script type="text/javascript">
//<![CDATA[
if(typeof(LightboxOptions)!="undefined"){LightboxOptions.labelOf = "von";LightboxOptions.labelImage = "Bild";}
//]]>
</script>
  </div>
  	
  </body>
  </html>                               

Whois info of domain

Domain Name: HELOP.COM
Registry Domain ID: 122716427_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrar.internetx.com
Registrar URL: http://www.internetx.com
Updated Date: 2024-06-18T07:04:43Z
Creation Date: 2004-06-17T06:37:00Z
Registry Expiry Date: 2025-06-17T06:37:00Z
Registrar: InterNetX GmbH
Registrar IANA ID: 151
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +49.94159559480
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.NORDICWEB.COM
Name Server: NS2.NORDICWEB.COM
Name Server: NS3.NORDICWEB.COM
Name Server: NS4.NORDICWEB.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T09:59:36Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass