-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 959 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (34 loc) · 959 Bytes
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
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>一往无前——个人主页</title>
<style>
.div2{
width: 200px;
height: 200px;
background-color: gray;
}
.div2 svg path{
fill: red!important;
}
</style>
</head>
<body>
<div class="video" style="width: 600px; aspect-ratio: 16 / 9;">
<video
autoplay
playsinline="true"
webkit-playsinline="true"
x5-playsinline="true" tabindex="2"
mediatype="video"
src="https://mp4.v.btime.com/vod-ugc-btime-q2-bj/241823853_4-1612855091-7c1088d8-12ae-5fe2.mp4"
style="position: absolute; top: 0px; left: 0px;width: 600px;"></video>
</div>
<div id="div1"></div>
<div class="div2">
<embed src="http://172.17.1.222:8080/static/images/graphicon/entity-graphicon-account.svg" /></div>
<script>
</script>
</body>
</html>