-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
39 lines (37 loc) · 1.35 KB
/
popup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YouTube Shorts to Regular</title>
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="/font/fonts.css">
</head>
<body>
<p id="version"></p> <!-- This is where the version number will be displayed -->
<div class="container">
<h2>Shorts To Regular</h2>
<!-- <p id="url"></p> -->
<div class="toggle-button-cover">
<div class="button-cover">
<div class="button r" id="button-2">
<input type="checkbox" class="checkbox">
<div class="knobs"></div>
<div class="layer"></div>
</div>
</div>
</div>
</div>
<!-- this is for later update -->
<!--<button id="change-color-button">Change Color</button>-->
<!-- <label for="color-toggle">Toggle background color:</label>
<input type="checkbox" id="color-toggle">
<script src="popup.js"></script> -->
<div class="links">
<a id="refresh-button">refresh</a> <!-- Your new refresh button -->
<a href="https://github.com/borismwanga/deshorts" class="lnk" target="_blank">help</a>
<a href="https://borismwanga.site" class="lnk" target="_blank">dev</a>
</div>
<script src="popup.js"></script>
</body>
</html>