File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed
Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
12< html lang ="en ">
2- < head >
3- < meta charset ="UTF-8 " />
4- < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Move Trailer</ title >
7- < link rel ="stylesheet " href ="style.css " />
8- </ head >
9- < body >
10- < div class ="image-container ">
11- < img src ="play.png " class ="btn " />
12- </ div >
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < link rel ="stylesheet " href ="style.css " />
7+ < title > Move Trailer</ title >
8+ </ head >
9+ < body >
1310
14- < div class ="trailer-container active ">
15- < video src ="trailer.mp4 " controls > </ video >
16- < p class ="close-icon "> X</ p >
17- </ div >
11+ < div class ="image-container ">
12+ < img src ="play.png " class ="btn " />
13+ </ div >
1814
19- < script src ="app.js "> </ script >
20- </ body >
21- </ html >
15+ < div class ="trailer-container active ">
16+ < video src ="trailer.mp4 " controls > </ video >
17+ < p class ="close-icon "> X</ p >
18+ </ div >
19+
20+ < script src ="app.js "> </ script >
21+
22+ </ body >
23+ </ html >
You can’t perform that action at this time.
0 commit comments