초기 커밋

바이브 > 스포티파이
This commit is contained in:
2025-11-28 16:12:32 +09:00
commit ae33fb9bce
90 changed files with 16401 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/assets/icon/myListBridge2.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Streaming Service Selector</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>