-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.html
48 lines (48 loc) · 3.04 KB
/
library.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
<!DOCTYPE html>
<html>
<head>
<title>YouTube Local Library</title>
<link rel="stylesheet" href="dist/css/library.min.css">
<link rel="icon" type="image/png" sizes="32x32" href="images/icon32.png">
</head>
<body>
<div class="container">
<div class="headline">
<div>
<svg width="100px" height="100px" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="image">
<rect id="Rectangle" fill="var(--body-bg-color)" x="0" y="0" width="128" height="128"></rect>
<path d="M11.2589443,57.5640962 C12.0908339,60.275039 13.760513,75.9572539 18.7695504,80.4833498 C23.9260859,85.1390994 43.3899426,85.0683792 47.118696,83.0528521 C55.4611917,78.538543 58.8418495,63.9465985 60.316831,57.5582028 C61.1428207,53.9396835 63.7977875,53.9396835 63.7977875,53.9396835 C63.7977875,53.9396835 66.5943526,53.9396835 67.4321421,57.5523094 C68.9071237,63.9465985 72.1402832,78.5797965 80.4709791,83.0882123 C84.1997325,85.1096327 103.663589,85.1803529 108.831925,80.5246033 C113.829162,75.9985074 115.498841,60.2691456 116.330731,57.5523094 C117.156721,54.8413666 121.333868,52.1304238 122.171658,51.2287406 C123.009447,50.3211641 123.009447,46.7085381 122.171658,45.8009616 C120.501979,43.9917019 100.825725,42.3828163 79.6331896,44.8933851 C75.4088424,45.4002135 73.7981625,46.7026448 63.7918876,46.7026448 C53.7856127,46.7026448 52.1690329,45.3943202 47.9446857,44.8933851 C26.7757503,42.3828163 7.09949626,43.9975953 5.4239172,45.8009616 C4.5920276,46.7085381 4.5920276,50.3270575 5.4239172,51.2287406 C6.2558068,52.1363171 10.4270547,54.84726 11.2589443,57.5640962 Z" id="Path" fill="#000000"></path>
<polygon id="Path" fill="#FFFFFF" fill-rule="nonzero" points="84.8 75.2 104 64.2000898 84.8 53.2"></polygon>
<polygon id="Path" fill="#FFFFFF" fill-rule="nonzero" points="28.4 75.2 47.6 64.2000898 28.4 53.2"></polygon>
</g>
</g>
</svg>
</div>
<h1>YouTube Local Library</h1>
</div>
<div class="content">
<aside class="sidebar">
<h2>Channels</h2>
<ul class="list channels" id="channelsList"></ul>
</aside>
<main class="main">
<h2 id="playlistTitle">Watch later</h2>
<ul class="list" id="currentPlaylist"></ul>
<h2>Playlists</h2>
<div class="playlist-container" id="playlists"></div>
</main>
</div>
</div>
<div id="templates">
<template id="removeSvgTemplate">
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24" focusable="false" style="pointer-events: none; display: inherit;" aria-hidden="true">
<path d="M11 17H9V8h2v9zm4-9h-2v9h2V8zm4-4v1h-1v16H6V5H5V4h4V3h6v1h4zm-2 1H7v15h10V5z"></path>
</svg>
</template>
</div>
<script src="dist/js/utils.min.js"></script>
<script src="dist/js/library.min.js"></script>
</body>
</html>