Delete content/webamp.md
This commit is contained in:
parent
53838d855e
commit
cef44c4c80
|
@ -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>
|
|
Loading…
Reference in a new issue