-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoming-soon.php
34 lines (34 loc) · 1.54 KB
/
coming-soon.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
33
34
<?php require 'includes/functions.php'; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- head -->
<title>Scarlett - Coming Soon</title>
<!-- include Depedencies -->
<?php require 'includes/common-header.php'; ?>
<!-- # include Depedencies and nav-->
<!-- CONTENTS -->
<div class="header fourofour-header">
<video class="header-video-bg" src="assets/images/movies/coodiv-vid.mp4" loop autoplay poster="assets/images/movies/fallback.jpg"></video>
<?php include 'includes/nav.php'; ?>
<div class="container fourofour-container">
<div class="row justify-content"> <!-- ROW -->
<div class="col-12 pagnon-titl-g-host">
<h5 class="tittle-non-index">We are <span>working</span> on it!</h5>
<p class="tittle-non-index-sub">This service is will be added soon.</p>
<span style="margin-top:80px;"class="not-fond-text"><img style="max-height:200px" class="img-responsive" src="assets/images/icons/gears.svg" alt=""></span>
</div>
</div>
</div>
<section class="non-index-section"><!-- START SECTION -->
<div class="container fourofour-container"><!-- CONTAINER -->
<div class="not-found-links">
<a href="#" onclick="window.history.go(-1);">Go Back</a> | <a href="index">Home</a> | <a href="support">Support</a>
</div>
</div><!-- END CONTAINER -->
</section>
</div>
<!-- # content -->
<!-- include scripts -->
<?php require 'includes/common-footer.php'; ?>
<!-- # indlude scripts -->