Created
September 11, 2019 06:32
-
-
Save thomassvensen/ce98bd664b8c076d56d896f30653b89d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment