-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountdown.html
45 lines (42 loc) · 2.15 KB
/
countdown.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
<!DOCTYPE html>
<html lang="en">
<body style="background-color: black">
<div style="display: flex; padding: 20px 0 0 20px; justify-content:center; position: relative;">
<div style="width: 1200px">
<img src="https://cdn.pixabay.com/photo/2017/01/19/19/53/fireworks-1993221_960_720.png" style="position: absolute; top: 200px; left: 500px; width: 350px" >
<iframe
src="http://free.timeanddate.com/countdown/i6x9xoiu/n187/cf12/cm0/cu4/ct0/cs0/ca0/cr0/ss0/cacfff/cpcfff/pc000/tcfff/fs100/szw200/szh200/tatRelax V2 - 13 Sept./tacfff/tptRelax V2 live since/tpcfff/mac000/mpc000/iso2019-09-13T00:00:00/pa14"
allowTransparency="true"
frameborder="0"
width="400"
height="300"
style="padding: 30px; margin-left: 14px; margin-right: -14px;"
></iframe>
<iframe
src="http://free.timeanddate.com/countdown/i6x9xoiu/n187/cf12/cm0/cu1/ct0/cs0/ca0/cr0/ss0/cacfff/cpcfff/pc000/tcfff/fs100/szw200/szh200/tatSundsvall launch 25 Sept./tacfff/tptSundsvall live since/tpcfff/mac000/mpc000/iso2019-09-25T00:00:00/pa14"
allowTransparency="true"
frameborder="0"
width="400"
height="300"
style="padding: 30px"
></iframe>
<iframe
src="http://free.timeanddate.com/countdown/i6x9xoiu/n187/cf12/cm0/cu1/ct0/cs0/ca0/cr0/ss0/cacfff/cpcfff/pc000/tcfff/fs100/szw200/szh200/tatDK%20comm.%20pilot%209 Oct./tacfff/tptDK%20live%20since/tpcfff/mac000/mpc000/iso2019-10-09T00:00:00/pa14"
allowTransparency="true"
frameborder="0"
width="400"
height="300"
style="padding: 30px"
></iframe>
<iframe
src="http://free.timeanddate.com/countdown/i6x9xoiu/n187/cf12/cm0/cu1/ct0/cs0/ca0/cr0/ss0/cacfff/cpcfff/pc000/tcfff/fs100/szw200/szh200/tatNO comm. pilot 16 Oct./tacfff/tptNO live since/tpcfff/mac000/mpc000/iso2019-10-16T00:00:00/pa14"
allowTransparency="true"
frameborder="0"
width="400"
height="300"
style="padding: 30px; margin-left: 18px; margin-right: -18px;"
></iframe>
</div>
</div>
</body>
</html>