video / index.html
chaowenguo's picture
Update index.html
88603ec
raw
history blame
1.26 kB
<!--https://search.google.com/search-console/about URL inspection-->
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title></title>
<script async src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2213473669151565" crossorigin="anonymous'></script>
</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>close list</button>
</div>
<div style='display:flex; justify-content:space-around'>
<nav style='display:flex; column-gap:1em; flex-wrap:wrap'><div>play list</div><button>cartoon</button><button>cantonese</button><button>english</button></nav>
<h1></h1>
</div>
<nav style='display:flex; column-gap:1em; flex-wrap:wrap'></nav>
<video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
<source>
<track default>
</video>
<script src='/index.js' type='module'></script>
<script>(function(s,u,z,p){s.src=u,s.setAttribute('data-zone',z),p.appendChild(s);})(document.createElement('script'),'https://inklinkor.com/tag.min.js',6130956,document.body||document.documentElement)</script>
</body>
</html>