Add </script>
for HTML installation
This commit is contained in:
parent
ab26a5256b
commit
f46ebc6330
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ npm install @sudovanilla/plyx-player
|
||||||
Add the stylesheet and script:
|
Add the stylesheet and script:
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" href="/node_modules/@sudovanilla/plyx-player/src/styles/app.css">
|
<link rel="stylesheet" href="/node_modules/@sudovanilla/plyx-player/src/styles/app.css">
|
||||||
<script src="/node_modules/@sudovanilla/plyx-player/src/index.js" type="module">
|
<script src="/node_modules/@sudovanilla/plyx-player/src/index.js" type="module"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Also add the Font Awesome that the Pylx uses:
|
Also add the Font Awesome that the Pylx uses:
|
||||||
|
|
Reference in a new issue