Created
February 12, 2018 10:49
-
-
Save SuperSarkar/87d982b973dfdd79a36f5344faf19bff to your computer and use it in GitHub Desktop.
Revisions
-
SuperSarkar created this gist
Feb 12, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ <!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>