site/content/webamp.md

10 lines
212 B
Markdown
Raw Normal View History

2024-08-28 06:47:44 +00:00
# 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>