Fox Cricket

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Simple Video Player</title>
</head>
<body>
    <h1>My Video Player</h1>
    <video width="640" height="360" controls>
        <source src="https://bsports.moviesflixter.com/player.php?id=spch61" type="video/mp4">
        Your browser does not support the video tag.
    </video>
</body>
</html>

Comments