-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
77 lines (68 loc) · 3.69 KB
/
test.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>OmniTube test</title>
<link rel="stylesheet" href="css/example.css" type="text/css" />
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7218577-43']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = 'https://ssl.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrap">
<div id="main">
<!-- <button id="add">Dodaj!</button>
<button id="convert">Convert</button>-->
<h1>OmniTube</h1>
<div id="examples">
<table>
<thead>
<tr>
<th>Przed</th>
<th>Po</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.youtube.com/watch?v=nCgQDjiotG0" class="omnitube-disable">http://www.youtube.com/watch?v=nCgQDjiotG0w</a></td>
<td><a href="http://www.youtube.com/watch?v=nCgQDjiotG0">http://www.youtube.com/watch?v=nCgQDjiotG0</a></td>
</tr>
<tr>
<td><a href="http://www.youtube.com/watch?v=0QRO3gKj3qw" class="omnitube-disable">http://www.youtube.com/watch?v=0QRO3gKj3qw</a></td>
<td><a href="http://www.youtube.com/watch?v=0QRO3gKj3qw">http://www.youtube.com/watch?v=0QRO3gKj3qw</a></td>
</tr>
<tr>
<td><a href="http://www.youtube.com/watch?v=c5ryTLrgTbI" class="omnitube-disable">http://www.youtube.com/watch?v=c5ryTLrgTbI</a></td>
<td><a href="http://www.youtube.com/watch?v=c5ryTLrgTbI">http://www.youtube.com/watch?v=c5ryTLrgTbI</a></td>
</tr>
<tr>
<td><a href="https://www.youtube.com/watch?v=VO6XEQIsCoM" class="omnitube-disable">https://www.youtube.com/watch?v=VO6XEQIsCoM</a></td>
<td><a href="https://www.youtube.com/watch?v=VO6XEQIsCoM">https://www.youtube.com/watch?v=VO6XEQIsCoM</a></td>
</tr>
<tr>
<td><a href="http://www.youtube.com/watch?v=LdwW8T7zftQ" class="omnitube-disable">http://www.youtube.com/watch?v=LdwW8T7zftQ</a></td>
<td><a href="http://www.youtube.com/watch?v=LdwW8T7zftQ">http://www.youtube.com/watch?v=LdwW8T7zftQ</a></td>
</tr>
<tr>
<td><a href="http://www.youtube.com/watch?v=GLbRvcbkAwE" class="omnitube-disable">świetny film</a></td>
<td><a href="http://www.youtube.com/watch?v=GLbRvcbkAwE">świetny film</a></td>
</tr>
</table>
</div>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div id="inFooter">
<a href="http://www.101studio.pl" id="logo">101studio</a>
</div>
</div>
</body>
</html>