Delete content/webamp.md

This commit is contained in:
Ulysia 2024-08-29 07:38:07 +02:00 committed by GitHub
parent 53838d855e
commit cef44c4c80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +0,0 @@
# Webamp
<div id="app"></div>
<script src="https://unpkg.com/webamp"></script>
<script>
const app = document.getElementById('app')
const webamp = new Webamp();
webamp.renderWhenReady(app);
</script>