<!doctype html>

<html lang="pl">

<head>

<meta charset="utf-8" />

<title>Bardzo dziękuję moje eks żonie Jagodzie za bycie miłą</title>


<style>

body {

margin: 0;

height: 100vh;

/* use your gif file here */

background-image: url("mybackground.gif");

background-repeat: repeat; /* tile the gif */

background-size: auto; /* keep original size */

background-position: top left; /* start tiling from corner */


/* alternatively, if you want one gif stretched to fill: */

/* background-repeat: no-repeat; */

/* background-size: cover; */

}


h1 {

color: white;

text-align: center;

padding-top: 10vh;

}



iframe {

position: absolute;

top: 50%;

left: 50%;

transform: translate(-50%, -50%);

margin-top: 5vh;

}


</style>


</head>

<body>


<h1> Bardzo dziękuję moje eks żonie Jagodzie za bycie miłą

</h1>


<iframe width="560" height="315" src="https://www.youtube.com/embed/P3S6A32Ue-M?si=25J6GF6IGYS9Ypm1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>


</body>

</html>