音视频嵌入
## 直链音视频嵌入
### 音频
``` html
<audio controls="controls" src="https://v-framer.vsqx.top/%E6%95%99%E7%A8%8B%E7%BB%84/UTAU/%E9%9F%B3%E8%A7%86%E9%A2%91%E6%B5%8B%E8%AF%95/orange.mp3">
</audio>
```
<audio controls="controls" src="https://v-framer.vsqx.top/%E6%95%99%E7%A8%8B%E7%BB%84/UTAU/%E9%9F%B3%E8%A7%86%E9%A2%91%E6%B5%8B%E8%AF%95/orange.mp3">
</audio>
### 视频
```html
<video src="https://v-framer.vsqx.top/%E6%95%99%E7%A8%8B%E7%BB%84/UTAU/%E9%9F%B3%E8%A7%86%E9%A2%91%E6%B5%8B%E8%AF%95/utapatch.mp4" controls="controls" width="100%">
</video>
```
<video src="https://v-framer.vsqx.top/%E6%95%99%E7%A8%8B%E7%BB%84/UTAU/%E9%9F%B3%E8%A7%86%E9%A2%91%E6%B5%8B%E8%AF%95/utapatch.mp4" controls="controls" width="100%">
</video>
## 应用服务 iframe 嵌入
### 网易云音乐
```html
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=432486474&auto=1&height=66"></iframe>
```
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=432486474&auto=1&height=66"></iframe>
### Bilibili
```html
<iframe width="576" height="360" src="//player.bilibili.com/player.html?aid=936841323&bvid=BV1qT4y1Q76C&cid=517232213&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
```
<iframe width="576" height="360" src="//player.bilibili.com/player.html?aid=936841323&bvid=BV1qT4y1Q76C&cid=517232213&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>