File size: 769 Bytes
949d068
1d974f0
 
 
 
8e545a5
1d974f0
 
d3bf214
67e48fa
550cda6
f0e8f82
d3bf214
f0e8f82
67e48fa
f0e8f82
38f69c3
 
21e2553
38f69c3
21e2553
1d974f0
8e545a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--https://search.google.com/search-console/about URL inspection-->
<!DOCTYPE html>
<html>
    <head>
        <meta charset='utf-8'>
        <title></title>
    </head>
    <body>
	<div style='display:flex; flex-direction:column; position:fixed; top:0; left:0; width:0; height:100%; overflow-x:hidden; transition:width 0.5s'>
        <button>关闭列表</button> 
    </div>
	<div style='display:flex; justify-content:space-around'>
        <button>播放列表</button> 
	    <h1></h1>
	    <nav style='display:flex; column-gap:1em; flex-wrap:wrap'></nav>
	</div>
    <video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
        <source>
	    <track default>
    </video>
<script src='index.js' type='module'></script> 
    </body>
</html>