<html>
  <head>
	  <meta charset="UTF-8" />
	  <title>blip.pl</title>
	  <link rel="icon" href="./favicon.ico">
	  <style>
		  body {
			  background-color: #f4f4f4;
			  font-family: Arial, sans-serif;
		  }

		  .container {
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
			  text-align: center;
			  padding: 10px;
		  }

		  h1 {
			  font-size: 2em;
			  margin-bottom: 10px;
		  }

		  p {
			  font-size: 1.2em;
		  }
	  </style>
  </head>
  <body>
	<div class="container">
      <h1>Strona w trakcie budowy</h1>
      <p>Zapraszamy wkrótce</p>
    </div>
  </body>
</html>
