so basically you go to a random html compiler (I’d suggest here: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_editor) and input this code (on the site I linked, delete all that code):
<!DOCTYPE html>
<html>
<video width="500" height="360" controls>
<source src="examplelink.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</html>
then, replace examplelink.mp4 with any link ending in .mp4 (for example here’s an episode of SpongeBob: https://archive.org/download/please-stand-by-video-effect_202409/SpongeBob%20SquarePants%20Season%201%20Episode%205%20Pizza%20Delivery-%20SpongeBob%20SquarePants.mp4)
then you probably got the rest