-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·56 lines (50 loc) · 1.6 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<title>Code.7370 - Level 1 Video Content</title> <!-- page title goes here -->
<meta http-equiv="Content-Type" content="text/html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/tlm-video.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class='container-fluid offset1'>
<div class='row-fluid center'>
<div class='span10 logoBar'>
<img src="images/the-last-mile-logo.png">
</div>
</div>
<div class='row-fluid center'>
<div id='titleBar' class='span10'></div>
</div>
<div class='row-fluid center'>
<div id='spacerBar' class='span10'></div>
</div>
<div class='row-fluid center' >
<div class='row-fluid span10 mainContent'>
<div class='span8 center'>
<div class='videoPlayerWindow'></div>
</div>
<div class='span4 navBar'>
<h3 id='navBarHeader'></h3>
<ul id="navBarData"></ul>
</div>
</div>
</div>
<div class='row-fluid center'>
<div class='span10 bottomContent'>
<div class='span12 footer'>
</div>
<div class="span10 footer-logo">
</div>
</div>
</div>
</div> <!-- end container -->
<script data-main="js/main" src="js/require.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/tlm-video-player.js"></script>
</body>
</html>