<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Reproductor de Video</title> </head> <body> <h1>Reproductor de Video</h1> <!-- El archivo de video se encuentra en la carpeta "video" --> <video width="640" height="360" controls> <source src=“video 1.mp4" type="video/mp4"> Tu navegador no soporta la reproducción de video. </video> </body> </html>