-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
107 lines (101 loc) · 4.73 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<??>
<!--
___ ___ ___ ___ ___ ___ ___ ___
/\ \ /\ \ /\__\ /\__\ ___ /\ \ /\__\ /\__\ /\ \
/::\ \ /::\ \ /:/ / /:/ / /\ \ \:\ \ /:/ / /:/ / /::\ \
/:/\ \ \ /:/\:\ \ /:/__/ /:/__/ \:\ \ \:\ \ /:/__/ /:/ / /:/\:\ \
_\:\~\ \ \ /::\~\:\ \ /::\__\____ /::\__\____ /::\__\ /::\ \ /::\ \ ___ /:/ / ___ /::\~\:\__\
/\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:::::\__\ /:/\:::::\__\ __/:/\/__/ /:/\:\__\ /:/\:\ /\__\ /:/__/ /\__\ /:/\:\ \:|__|
\:\ \:\ \/__/ \:\~\:\ \/__/ \/_|:|~~|~ \/_|:|~~|~ /\/:/ / /:/ \/__/ \/__\:\/:/ / \:\ \ /:/ / \:\~\:\/:/ /
\:\ \:\__\ \:\ \:\__\ |:| | |:| | \::/__/ /:/ / \::/ / \:\ /:/ / \:\ \::/ /
\:\/:/ / \:\ \/__/ |:| | |:| | \:\__\ \/__/ /:/ / \:\/:/ / \:\/:/ /
\::/ / \:\__\ |:| | |:| | \/__/ /:/ / \::/ / \::/__/
\/__/ \/__/ \|__| \|__| \/__/ \/__/ ~~
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=0, initial-scale=1.0">
<title>- M - Y - H -</title>
<meta name="description" content="Mingle to mix all your favorites and favorites tunes for making tiny casual dance floor in your living room">
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Varela+Round'>
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico" />
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/jquery-ui-1.10.2.custom.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="loader">
<img src="images/preload.gif" width="100px" height="100px" alt="Loading..." />
</div>
<div id="fade"></div>
<div id="wrapper">
<header>
<section id="siteTitle">
<h1>MIX YOUTUBE IN THE HOUSE</h1>
</section>
</header><!-- End header Section-->
<section id="searchWrapperLeft">
<div class="searchCancel"></div>
<div class="searchBoxLeft">
<div class="cancelButton">CANCEL</div>
<input type="text" id="qLeft" value="SEARCH" onClick="this.setSelectionRange(0, this.value.length)">
<input type="button" id="searchLeft">
<ul class="searchListLeft">
<p class="blinkFont blinkAuto">M - Y - H</p>
</ul>
<ul class="nav"></ul>
</div><!-- End Search Left-->
</section>
<section id="searchWrapperRight">
<div class="searchCancel"></div>
<div class="searchBoxRight">
<div class="cancelButton">CANCEL</div>
<input type="text" id="qRight" value="SEARCH" onClick="this.setSelectionRange(0, this.value.length)">
<input type="button" id="searchRight">
<ul class="searchListRight">
<p class="blinkFont blinkAuto"> (っ・ω・)っ</p>
</ul>
<ul class="nav"></ul>
</div><!-- End Search Right-->
</section>
<section id="video">
<div class="tubeVideo tubeLeft">
<div class="tubeTitle tubeTitleLeft">--------------------------------------------</div>
<div class="tubeControlLeft">
<div class="seekBarLeft"></div>
</div>
<div id="playerLeft"></div>
</div>
<div class="tubeVideo tubeRight">
<div class="tubeTitle tubeTitleRight">--------------------------------------------</div>
<div class="tubeControlRight">
<div class="seekBarRight"></div>
</div>
<div id="playerRight"></div>
</div>
</section><!-- End Video Section-->
<section id="controller">
<div id="faderSlider"></div>
</section><!-- End Fader Controller Section-->
</div><!-- End #Wrapper-->
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script src="//www.youtube.com/iframe_api"></script>
<script src="//www.google.com/jsapi"></script>
<script src="js/auth.js"></script>
<script src="js/swfobject.js"></script>
<script src="js/v2.js"></script>
<script src="js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45171081-6', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>