DEV Community

Cover image for Magic .mp3 Burner
sudo-self
sudo-self

Posted on

1

Magic .mp3 Burner

Many argue mp3s are dead. The internet is not. Here is mp3 to html

Magic Mp3 Burner



Production
Magic Mp3 Burner

CodePen
Magic MP3 Burner


html download

      <!DOCTYPE html>
          <html lang="en">
          <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>Mp3 Player</title>
          </head>
          <body style="background-color: #f0f0f0;">
            <center>
              <h2>Mp3 Playlist</h2>
              <audio controls>
                <source src="data:audio/mp3;base64,${base64Data}" type="audio/mp3">
                Your browser does not support the audio element.
              </audio>
            </center>

            <div style="position: fixed; bottom: 0; left: 0; right: 0; background-color: black; color: white; padding: 10px; text-align: center;">
              <a href="https://mp3-burn.pages.dev" style="color: white; text-decoration: none;">made with&nbsp;&#10084;&nbsp;Magic Mp3 Burner&nbsp;&nbsp;&copy;2024</a>
            </div>
          </body>
          </html>
``


[Magic Mp3 Burner](https://mp3-burn.pages.dev)<br>
Enter fullscreen mode Exit fullscreen mode

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more