chaowenguo
commited on
Commit
•
f6c92fc
1
Parent(s):
76ca0e5
Update index.html
Browse files- index.html +6 -4
index.html
CHANGED
@@ -4,20 +4,22 @@
|
|
4 |
<head>
|
5 |
<meta charset='utf-8'>
|
6 |
<title></title>
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<div style='display:flex; flex-direction:column; position:fixed; top:0; left:0; width:0; height:100%; overflow-x:hidden; transition:width 0.5s'>
|
10 |
-
<button
|
11 |
</div>
|
12 |
<div style='display:flex; justify-content:space-around'>
|
13 |
-
|
14 |
<h1></h1>
|
15 |
-
<nav style='display:flex; column-gap:1em; flex-wrap:wrap'></nav>
|
16 |
</div>
|
|
|
17 |
<video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
|
18 |
<source>
|
19 |
<track default>
|
20 |
</video>
|
21 |
-
<script src='index.js' type='module'></script>
|
|
|
22 |
</body>
|
23 |
</html>
|
|
|
4 |
<head>
|
5 |
<meta charset='utf-8'>
|
6 |
<title></title>
|
7 |
+
<script async src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2213473669151565" crossorigin="anonymous'></script>
|
8 |
</head>
|
9 |
<body>
|
10 |
<div style='display:flex; flex-direction:column; position:fixed; top:0; left:0; width:0; height:100%; overflow-x:hidden; transition:width 0.5s'>
|
11 |
+
<button>close list</button>
|
12 |
</div>
|
13 |
<div style='display:flex; justify-content:space-around'>
|
14 |
+
<nav style='display:flex; column-gap:1em; flex-wrap:wrap'><div>play list</div><button>cartoon</button><button>cantonese</button><button>english</button></nav>
|
15 |
<h1></h1>
|
|
|
16 |
</div>
|
17 |
+
<nav style='display:flex; column-gap:1em; flex-wrap:wrap'></nav>
|
18 |
<video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
|
19 |
<source>
|
20 |
<track default>
|
21 |
</video>
|
22 |
+
<script src='index.js' type='module'></script>
|
23 |
+
<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>
|
24 |
</body>
|
25 |
</html>
|