-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
66 lines (31 loc) · 1.31 KB
/
index.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
66
<!DOCTYPE html>
<html lang="en">
<head>
<?php
include 'inc/conf.php';
include 'inc/head.php';
?>
</head>
<body>
<?php include 'layouts/header.php'; ?>
<div class="page container">
<div class="row">
<div class="col-md-12" style="padding:0">
<div class="p well">
<div class="page-header page-header bdcmb-bg2 page-head parallax overlay">
<h1 class="animated zoomIn"><?php echo $page; ?> Batmanstream</h1>
<h2 class="animated zoomIn"><?php echo $page; ?> on <?php echo $site; ?></h2> <br>
<a class="stream-now light btn btn-default btn-stream" href="<?php echo $base; ?>/stream-now" target="_blank"> Watch Now</a>
</div>
<?php echo $texts; ?>
</div>
<div class="main animated fadeIn">
<iframe src="<?php echo $widget_uri; ?>" width="100%" height="5000" scrolling="no" align="top" frameborder="0">Your browser does not support frames, so you will not be able to view this page.</iframe>
</div>
</div>
</div>
</div>
<a id="btt" title="Back to top" href="#" class="animated fadeInUp"><span class="glyphicon glyphicon-chevron-up"></span></a>
<?php include 'layouts/footer.php'; ?>
</body>
</html>