Select Text read_text.html

createvideointro2.html

<!-- createvideointro2.html-->
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Explode Image Effect 2</title>
  <style>
    body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      background-color: #222;

}
`</style>
      <video width="85%" height="auto" controls>
    <source src="static/output_text_images/Chat_GPT_Code_Explaination_Complete_Post.mp4" type="video/mp4">
    <source src="static/output_text_images/Create_video_intro.webm" type="video/webm">
    Your browser does not support the video tag. Please <a href="static/output_text_images/Create_video_intro.mp4">download the video</a> instead.
</video>

}
  </body>
 
</html>
Back to file list