-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtektok.php
32 lines (28 loc) · 1.59 KB
/
tektok.php
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
<?php require_once("includes/header.php"); ?>
<body>
<iframe src="audio/mixkit-feeling-happy-5.mp3" allow="autoplay" style="display:none" id="iframeAudio"></iframe>
<div class="loader-wrap">
<div class="pin"></div>
<div class="pulse"></div>
</div>
<div id="main">
<?php require_once("includes/navigation.php");?>
<div class="content full-height fs-slider-wrap">
<section class="color-bg full-height">
<!-- <img src="images/banners/left.png" style="top: 0; left: 0; position: absolute; width: auto; height: 80%;">
<img src="images/banners/right.png" style="bottom: 0; right: 0; position: absolute; width: auto; height: 50%;"> -->
<div class="shapes-bg-big1"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="images/countdown/tektok.png" style="margin-top: -40px; width: auto; height: calc(100vh - 180px);">
</div>
</div>
</div>
<div class="bubble-bg"> </div>
<!-- <div class="header-sec-link">
<div class="container"><a href="" class="custom-scroll-link">Let's Start</a></div>
</div> -->
</section>
</div>
<?php require_once("includes/footer.php"); ?>