-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (27 loc) · 942 Bytes
/
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>
<head>
<!--
YTinstant
Author Marius Gebhardt
Website http://maino.in
Copyright 2013 by Marius Gebhardt
Inspired By http://ytinstant.com by Feross Aboukhadijeh
-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>YTinstant</title>
<link rel="stylesheet" href="css/jquery.jgrowl.min.css">
<link rel="stylesheet" href="css/style.min.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script src="js/jquery.jgrowl.min.js"></script>
<script src="js/script.min.js"></script>
</head>
<body>
<input type="text" id="query" placeholder="Search Term" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" autofocus>
<div id="ytplayer">
<p>Loading...</p>
</div>
</body>
</html>