-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·38 lines (34 loc) · 1.13 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Streamment</title>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<!-- Additional Libraries -->
<script src="libs/helpers/helpers.js"></script>
<script src="libs/jquery/jquery-1.11.1.min.js"></script>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- Project Style -->
<link href="css/index.css" media="all" rel="stylesheet" type="text/css" />
<!-- Project Script -->
<script src="js/index.js"></script>
</head>
<body>
<div id="main_wrapper">
<div id="player_viewport">
<div id="ytplayer"></div>
<!-- <div id="vplayer"></div> -->
<div id="player_watermark"></div>
</div>
<!-- <div id="chrome_wrapper">
<div id="schedule_wrapper">
<div class="show">Show Name 1</div>
<div class="show">Show Name 2</div>
<div class="show">Show Name 3</div>
</div>
</div> -->
</div>
</body>
</html>