docs: remove css tags
This commit is contained in:
parent
682714a442
commit
70985aefa5
|
|
@ -68,7 +68,6 @@ At first, let's initialize a simplest DPlayer
|
|||
Load DPlayer files
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="DPlayer.min.css" />
|
||||
<div id="dplayer"></div>
|
||||
<script src="DPlayer.min.js"></script>
|
||||
```
|
||||
|
|
@ -76,7 +75,6 @@ Load DPlayer files
|
|||
Or work with module bundler:
|
||||
|
||||
```js
|
||||
import 'dplayer/dist/DPlayer.min.css';
|
||||
import DPlayer from 'dplayer';
|
||||
|
||||
const dp = new DPlayer(options);
|
||||
|
|
|
|||
Loading…
Reference in New Issue