index.html (921B)
1 <!doctype html> 2 <html lang="pt-BR"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" href="/favicon.svg" type="image/svg+xml" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>MyMusics</title> 8 <link 9 rel="alternate" 10 type="application/json+oembed" 11 href="https://mymusics.murad.gg/api/oembed?url=https://mymusics.murad.gg/embed" 12 title="MyMusics oEmbed" 13 /> 14 <link rel="preconnect" href="https://fonts.googleapis.com" /> 15 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> 16 <link 17 href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;1,9..144,400&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&display=swap" 18 rel="stylesheet" 19 /> 20 </head> 21 <body> 22 <div id="root"></div> 23 <script type="module" src="/src/main.tsx"></script> 24 </body> 25 </html>