<?php
header('Expires: '.gmdate('D, d M Y H:i:s').' GMT'); // expire now HTTP 1.0
header('Pragma: no-cache'); // HTTP/1.0
header('Cache-Control: no-cache, must-revalidate'); // HTTP/1.1
?><!DOCTYPE html>
<html>
   <head>
      <title>4WORKS - Zatím tady nic není</title>
      <link rel="preconnect" href="https://fonts.gstatic.com">
      <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;300&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap" rel="stylesheet">
      <link rel="stylesheet" type="text/css" href="https://www.posunemevasvys.cz/default/css/style.css">
      <link rel="stylesheet" type="text/css" href="https://www.posunemevasvys.cz/default/css/animate.min.css">
      <link rel="shortcut icon" href="https://www.posunemevasvys.cz/wp-content/uploads/2018/11/fav32.png" type="image/x-icon" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
   </head>
   <body>
      <div class="header-row">
         <a href="https://www.posunemevasvys.cz/webove-stranky" target="_self"><img class="logo" src="https://www.posunemevasvys.cz/default/images/logo.png"></a>
      </div>
      <div class="row">
         <div class="container">
            <div class="col col-12">
               <h1>Zatím tady nic není...</h1>
               <p class="text"><?php echo idn_to_utf8($_SERVER['SERVER_NAME']); ?></p>
               <a class="btn fourth" href="https://www.posunemevasvys.cz/webove-stranky">O 4WORKS</a>
            </div>
         </div>
      </div>
   </body>
</html>