-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<title>the Cinema</title>
</head>
<body>
<!--h1>Hello, World!</h1> //leftover from the assignment : ] -->
<h1 id= marquee>Welcome to the Cinema!</h1>
<h2><p>Would you like some concessions?</p></h2>
<h3><p>(click to pop the corn!)</p></h3>
<div id=popcorn></div>
<h2><p>Enjoy these Coming Attractions:</p></h2>
<h3>
<p>(made by my friends)</p>
</h3>
<div style= "text-align: center;"><iframe width="560" height="315" src="https://www.youtube.com/embed/BH0f8DAA1LU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WNO7dwHR9r0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>"
<h2>
<p>And now, our Feature Presentation:</p>
</h2>
<h3>
<p>(a documentary I made in college)</p>
</h3>
<br>
<div style="text-align: center;"><iframe width="560" height="315" src="https://www.youtube.com/embed/i11FDMUffMU" title="King Kong, as told by Max" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<script src="script.js"></script>
</body>
</html>