docs: remove css tags

This commit is contained in:
zhangciwu 2020-04-20 18:46:28 +08:00 committed by GitHub
parent 682714a442
commit 70985aefa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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);