-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrandom-video.php
65 lines (45 loc) · 1.37 KB
/
random-video.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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>iDeedz - Get in touch</title>
<!-- Header Meta - Stylesheets -->
<?php include('_partials/header-meta.php');?>
<!-- .END Header Meta - Stylesheets -->
</head>
<body id="random-video">
<!-- Fixed Navigation bar with dropdown menu -->
<?php include('_partials/navigation-top-fixed.php');?>
<!-- .END - Fixed Navigation bar with dropdown menu -->
<!-- Grid -->
<section class="container">
<div class="content row"><!-- row -->
<section class="col-md-12">
<h2>Random Video</h2>
<hr/>
<!-- About Content -->
<!-- .END - About Content -->
</section>
</div><!-- end row -->
</section>
<!-- .END Grid -->
<!-- Footer and Modal -->
<section class="container">
<div class="content row"><!-- row -->
<section class="col-md-12">
<hr/>
<!-- Copyright Info -->
<?php include('_partials/footer-copyright.php');?>
<!-- .END Copyright Info -->
<!-- Modal -->
<?php include('_partials/main-modal.php');?>
<!-- .END Modal -->
</section>
</div><!-- end row -->
</section>
<!-- .END Footer and Modal -->
<!-- Footer Meta - JavaScript -->
<?php include('_partials/footer-meta.php');?>
<!-- .END Footer Meta - JavaScript -->
</body>
</html>