<?php
// $body = $_SERVER["SERVER_PROTOCOL"]." ".$_SERVER["REQUEST_METHOD"]." ".$_SERVER["QUERY_STRING"]."\n".$_SERVER["REQUEST_URI"]."\n".$_SERVER["REMOTE_ADDR"]."\n".$_SERVER["HTTP_USER_AGENT"];
// ob_start();
// echo "\n\nGET:\n";
// print_r($_GET);
// echo "\n\nPOST\n";
// print_r($_POST);
// $body.=ob_get_contents();
// ob_end_clean();
// 
// mail('info@super-znacky.cz','new visitor',$body, "From: SuperZnacky <info@super-znacky.cz>");
?>
<html>
<head>
<link rel="canonical" href="https.//super-znacky.cz"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N4BG3X7S4D"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-N4BG3X7S4D');
</script>

</head>
<body>super-znacky.cz<br/>již brzy...</body>
</html>