-
Notifications
You must be signed in to change notification settings - Fork 0
/
06-show.html
31 lines (29 loc) · 890 Bytes
/
06-show.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<head>
<title>技能树UP</title>
<link rel="stylesheet" href="skin/skin.css">
<style>
body {
font: 12px "Myriad Pro", "Lucida Grande", sans-serif;
width: 80%;
margin: auto auto auto auto;
}
#description{
font-size: 1.3em;
}
</style>
<script src="jquery-3.4.1.min.js"></script>
<script src="flowplayer.min.js"></script>
</head>
<body>
<h1>技能树UP</h1>
<div id="description">
微信小程序
</div>
<h2>演示-技能树UP</h2>
<div class="flowplayer" data-swf="flowplayer.swf" data-ratio="0.4167">
<video>
<source type="video/mp4" src="https://listmyproject-video.oss-cn-shenzhen.aliyuncs.com/%E9%A2%9D%E5%A4%96%E9%A1%B9%E7%9B%AE/%E6%8A%80%E8%83%BD%E6%A0%91UP%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F.mp4">
</video>
</div>
</body>