12345678910111213141516171819202122 |
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="./css/style.css">
- <title>Spellbound | Trailer</title>
- <style>
- p {color: #ffffff;}
- </style>
- </head>
- <body bgcolor="000000">
- <div style"margin:0 auto;" align="center">
- <video controls autoplay>
- <source src="trailer.mp4" type="video/mp4">
- Your browser does not support the video tag.
- </video>
- </div>
- </body>
- <footer>
- <center>
- <a href="navigation.html"><img width="20%" src="./img/home.png"></a>
- <p>© Spellbound LTD</p>
- </center>
- </footer>
|