-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (39 loc) · 1.59 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
<head>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A place for music">
<meta name="author" content="Tyler">
<title>Musicality</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link href="static/styles.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.js"></script>
<script src="https://imrapid.co/libs/IO.js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="static/js/lib.js"></script>
</head>
<body>
<div class="col-md-3 main">
<div class ="break"></div>
<div class="text-output" id="text">
</div>
<div class="input-group" style="padding-top: 8px">
<input type="text" class="form-control input" id="input" value="">
<span class="input-group-btn">
<button class="btn btn-default" type="button" id="btn">Go! </button>
</span>
</div>
</div>
<div class="videoFrame"style="position: absolute; z-index: -99; width: 100%; height: 100%">
<div id="player"></div>
<script>
</script>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
</body>
</html>