-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwatch.html
More file actions
executable file
·43 lines (40 loc) · 2.05 KB
/
watch.html
File metadata and controls
executable file
·43 lines (40 loc) · 2.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>zyu!</title>
<meta charset="utf-8">
<link rel="stylesheet" href="./particles/particles.css">
<link rel="icon" type="image/x-icon" href="./search/img/icon.png">
<link href="./watch/css/watch.css" rel="stylesheet" type="text/css" />
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<script src="./lib/base64.js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
</head>
<body>
<div id="particles-js">
<div class="fixed inset-0 flex items-center justify-center" id="modalEl">
<div id="whiteModalEl" class="p-6 text-center">
<div id="video-holder-holder">
<p class="center" style="cursor: pointer;" id="home">Search</p>
<br>
<div id="video-holder" class="center">
<div id="video">
<!-- <iframe src="https://www.youtube-nocookie.com/embed/VIDEO_ID?fs=1&start=START_TIME" frameborder="0" scrolling="no" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen=""></iframe> -->
</div>
<br>
<h2 class="text-2xl font-bold" id="title"></h2>
<p id="user"></p>
</div>
</div>
</div>
<div>
</div>
<script src="./watch/js/watch.js"></script>
<script src="./particles/particles.js"></script>
<script src="./particles/app.js"></script>
</body>
</html>