This commit is contained in:
2026-03-23 17:58:25 +03:00
commit d5f92ea3d3
7 changed files with 2614 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>yt-ui</title>
<link rel="stylesheet" href="css/popup.css" />
</head>
<body>
<h1>yt-ui</h1>
</body>
</html>