<html> <head> <script> setTimeout(function() { window.location.href = "//chalaips.com/4/6326211"; }, 5000); // 2 seconds delay </script> <title>Date Moms</title> <style> .video-container { position: relative; display: flex; justify-content: center; align-items: center; height: 100vh; } .play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: rgba(0, 0, 0, 0.5); border-radius: 50%; color: #fff; font-size: 40px; line-height: 80px; text-align: center; cursor: pointer; } video { cursor: pointer; } .download-button { display: flex; justify-content: center; align-items: center; margin-top: 20px; } .download-button a { display: inline-block; padding: 12px 20px; background-color: #f44336; color: #fff; text-decoration: none; font-weight: bold; border-radius: 4px; transition: background-color 0.3s ease; } .download-button a:hover { background-color: #d32f2f; } </style> </head> <body> <div class="video-container"> <a href="//chalaips.com/4/6326211" target="_blank"> <video width="960" height="540" poster="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRjYTPnArZZ6sx2HBxNLZMGrde95iEGRYwIZQ&usqp=CAU" controls> <source src="<data:post.videoUrl/>" type="video/mp4"> Your browser does not support the video tag. </video> </a> <div class="play-button">&#9658;</div> </div> <div class="download-button"> <a href="download direct link" target="_blank">Click To Chat</a> </div> <div> <h1><data:post.title/></h1> <p><data:post.body/></p> </div> </body> </html>