-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.html
55 lines (43 loc) · 1.87 KB
/
extension.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Asauce</title>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="feed.js"></script>
<base target="_blank">
</head>
<body bgcolor="#FFF">
<table class="body-wrap">
<tr>
<td class="container">
<div class="content">
<div id="pattern" class="pattern">
<h1>Asauce</h1>
<p>Cause we all love <a href="https://www.youtube.com/user/Vsauce">Vsauce!</a></p>
<form action="http://www.youtube.com/user/Vsauce/search" method="get" class="f" target="_blank">
<input type="search" name="query" placeholder="Search Vsauce Videos." />
<input type="submit" class="btn search-submit" value="Search">
</form>
<form action="http://www.youtube.com/user/Vsauce2/search" method="get" class="f" target="_blank">
<input type="search" name="query" placeholder="Search Vsauce2 Videos." />
<input type="submit" class="btn search-submit" value="Search">
</form>
<form action="http://www.youtube.com/user/Vsauce3/search" method="get" class="f" target="_blank">
<input type="search" name="query" placeholder="Search Vsauce3 Videos." />
<input type="submit" class="btn search-submit" value="Search">
</form>
</div>
<div id="feed"></div>
<div id="logo">
<a href="http://www.twitter.com/sky0_1"><img src="icon.png" /></a>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>