<!
DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Index</title>
</head>
<style type="text/css">
button {
background-color:black; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
-webkit-transition-duration: 0s; /* Safari */
transition-duration: 0s;
cursor: pointer;
}
button:hover {background-color: yellow;
color: black;}
img{height: 150px; width: 300px; border-color: black;}
footer{text-align: center; color: white;}
</style>
<body>
<div>
<h1 style="text-align: center;"><span style="text-align: center; color:
#0000ff;"><img src=" " border="2px" /></a></span></h1>
<h1 style="text-align: center;"><span style="text-align: center; color:black;font-
family: arial;">Drama Or Movie Name</span></h1>
<hr />
<p style="text-align: center;"><a href=" "><button>Episode 1</button></a></p>
<hr />
<p style="text-align: center;"><a href=" "><button>Episode 1</button></a></p>
<hr />
<p style="text-align: center;"><a href=" "><button>Episode 1</button></a></p>
<hr />
<p style="text-align: center;"><a href=" "><button>Episode 1</button></a></p>
<body class="bg" id="rakhi" style="background:;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;">
</div><hr>
<footer style="font-family: arial; text-align: center;color: white;">All Right
Reserved By @Your TV Name</footer>
</body>
</html>