-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlaunch.html
70 lines (38 loc) · 1.15 KB
/
launch.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>TRS BVM LAUNCH</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Launching of TRS BVM</title>
</head>
<body>
<div class="curtain">
<div class="curtain__wrapper">
<input type="checkbox" checked>
<div class="curtain__panel curtain__panel--left">
<img src="curtains.jpg" alt="Girl in a jacket" style="height:800px;">
</div>
<div class="curtain__prize">
<img src="arc.gif" alt="Girl in a jacket" style="height:40%;width: 50%;" >
<script>
setTimeout(function(){
window.location.href = 'index.html';
}, 5500);
</script>
</div>
<div class="curtain__panel curtain__panel--right">
<img src="curtains.jpg" alt="Girl in a jacket" style="height:800px;">
</div>
</div>
</div>
</body>
</html>
</body>
</html>