Created
February 12, 2018 10:49
-
-
Save SuperSarkar/87d982b973dfdd79a36f5344faf19bff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Avengers - Infinity War</title> | |
| <link rel="stylesheet" type="text/css" href="css/styles.css"> | |
| <link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div class="full-bg"> | |
| <section class="poster-content"> | |
| <header> | |
| <h1>Avengers</h1> | |
| <h2>Infinity War</h2> | |
| </header> | |
| <iframe src="https://www.youtube.com/embed/6ZfuNTqbHE8"></iframe> | |
| <p class="release-date"> | |
| Releasing on 25 April 2018 | |
| </p> | |
| </section> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment