-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import player from"./player.js";window.addEventListener("load",()=>{player.start()}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html> <html lang="en" translate="no"> <head> <meta charset="UTF-8"> <meta http-equiv="Cache-Control" content="max-age=1800"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Listen and download music" /> <link rel="preconnect" href="https://xmp3.github.io"> <link rel="dns-prefetch" href="https://xmp3.github.io"> <link rel="icon" href="https://github.com/xmp3.png" type="image/png"> <meta http-equiv="refresh" content="0; URL='/xmp3'" /> <script src="https://cdn.tailwindcss.com"></script> <title>Redirecting... | xmp3</title> <style type="text/tailwindcss"> @tailwind base; @tailwind components; @tailwind utilities; @layer base { body { @apply bg-[#111]; } h5 { @apply text-xl; } h6 { @apply text-lg; } } @layer components { .btn { @apply flex items-center justify-center text-center text-white; } .listitem { @apply relative flex items-center px-6 py-3; } .fallback-image-img { @apply absolute hidden w-full h-full object-cover object-center z-10; } .fallback-image-icon { @apply absolute top-[35%] left-[35%] w-[31.22%] h-[31.22%] z-0; } } @layer utilities { .primary { @apply text-white; } .secondary { @apply text-white/60; } } :root { color-scheme: dark; } * { outline: 0; box-sizing: border-box; } html { font-size: 1rem; line-height: 1.25rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } img { user-select: none; pointer-events: none; } svg { fill: currentcolor; } a { text-decoration: none; } button { all: unset; cursor: pointer; user-select: none; } /* Extra small devices (phones, 640px and down) @media only screen and (max-width: 640px) {} */ /* Small devices (phones, 640px and up) @media only screen and (min-width: 640px) {} */ /* Medium devices (portrait tablets and large phones, 768px and up) @media only screen and (min-width: 768px) {} */ /* Large devices (landscape tablets, 1024px and up) @media only screen and (min-width: 1024px) {} */ /* Extra large devices (laptops/desktops, 1280px and up) @media only screen and (min-width: 1280px) {} */ /* Double extra large devices (large laptops and desktops, 1536px and up) @media only screen and (min-width: 1536px) {} */ </style> </head> <body> </body> </html> |