-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.17 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
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Steel The Show</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<audio controls autoplay>
<source src="https://ia803005.us.archive.org/15/items/tvtunes_12536/20th%20Century%20Fox.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<!-- partial:index.partial.html -->
<div class="curtain -left"></div>
<div class="curtain -right"></div>
<div class="open">open</div>
<div id="fly-in">
<div><span>Experience</span>Future</div>
<div>Of Cinema<span>with us</span></div>
<div>Join us <span> for a</span></div>
<div><span>Futuristic</span> ride</div>
<div><span>to a </span>World</div>
<div>of<span>movies</span></div>
</div>
<div class="btn">
<div class="btn-back">
<p>Are you sure you want to do that?</p>
<button onclick="window.location.href='select-seat/index.html'">Yes</button>
<button class="no">No</button>
</div>
<div class="btn-front">ENTER</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script><script src="./script.js"></script>
</body>
</html>