trailer.html 526 B

12345678910111213141516171819202122
  1. <html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="./css/style.css">
  4. <title>Spellbound | Trailer</title>
  5. <style>
  6. p {color: #ffffff;}
  7. </style>
  8. </head>
  9. <body bgcolor="000000">
  10. <div style"margin:0 auto;" align="center">
  11. <video controls autoplay>
  12. <source src="trailer.mp4" type="video/mp4">
  13. Your browser does not support the video tag.
  14. </video>
  15. </div>
  16. </body>
  17. <footer>
  18. <center>
  19. <a href="navigation.html"><img width="20%" src="./img/home.png"></a>
  20. <p>&copy; Spellbound LTD</p>
  21. </center>
  22. </footer>