test-function

本篇用于测试markdown功能

1
2
3
4
5
<iframe src = "./vid.mp4" >测试插入视频</iframe>
<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;"><iframe
src="/vid.mp4" scrolling="no" border="0"
frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%;
height: 100%; left: 0; top: 0;"> </iframe></div>