-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title>Nyutub Kane</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script src="lib/jquery.min.js" type="text/javascript"></script>
<script src="script.js" type="text/javascript"></script>
</head>
<body>
<div class="gonav none">
<div title="Back" class="back"></div>
<div title="Youtube URL" class="youtube"></div>
<div title="Forward" class="forward"></div>
<div class="address none">
<input type="text" id="goto" placeholder="Youtube URL" />
<span id="gonow">Watch</span>
</div>
</div>
<div class="navigation none">
<div title="Close" class="close"></div>
<div title="Minimize" class="minimize"></div>
<div title="Switch View" class="view"></div>
<div title="Toggle Search Bar" class="search"></div>
<div title="Copy Link to ClipBoard" class="copy"></div>
<div title="Always on Top" class="top"></div>
</div>
<textarea id="copyarea"></textarea>
<webview id="main-view" class="main_view" src="https://www.youtube.com/"></webview>
</body>
</html>