mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 15:03:53 +00:00
Add comment to minimal example
This commit is contained in:
parent
118c1ff305
commit
2e28d90dc1
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div id='app'></div>
|
||||
<div id='app'>
|
||||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<script src="https://unpkg.com/webamp@1.1.2/built/webamp.bundle.min.js"></script>
|
||||
<script>
|
||||
const Webamp = window.Webamp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue