Untitled
4 hours ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🎬 Watch Part 1</title>
<style>
body {
font-family: Arial, sans-serif;
background: #fff;
color: #111;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
.card {
text-align: center;
border: 1px solid #eee;
border-radius: 16px;
padding: 30px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
max-width: 360px;
}
.button {
background: #ff4757;
color: #fff;
padding: 12px 20px;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
display: inline-block;
margin-top: 15px;
}
.button:hover { background: #e84118; }
</style>
</head>
<body>
<div class="card">
<h2>🎬 Watch Full Video – Part 1</h2>
<p>Tap below to watch the first part of the video.</p>
<a class="button" href="https://happysunrisenow.com/r21zuuva?key=7e1346deb21a8c06bc49011bae2cbf83" target="_blank">â–¶ Watch Now</a>
</div>
</body>
</html>