-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.18 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Its FREE music player from your incredible streaming.">
<meta name="keywords" content="YouTube Music, Spotify, Apple Music, OBS, vMix, xSplit, Streaming, Streamer">
<meta name="author" content="Clovis Junior">
<meta name="copyright" content="(C) 2025 Clovis Junior">
<meta property="og:title" content="Free Music Player para Streamers">
<meta property="og:description" content="Its FREE music player from your incredible streaming.">
<meta property="og:type" content="website">
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>Music Player Overlay (For FREE)</title>
</head>
<body dir="ltr">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>