chaowenguo
commited on
Commit
·
536c951
1
Parent(s):
09654da
Update index.html
Browse files- index.html +3 -13
index.html
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
<!--https://search.google.com/search-console/about URL inspection-->
|
2 |
<!DOCTYPE html>
|
3 |
<html>
|
4 |
<head>
|
@@ -10,19 +9,10 @@
|
|
10 |
<h1></h1>
|
11 |
<nav style='display:flex; column-gap:1em'></nav>
|
12 |
</div>
|
13 |
-
|
14 |
-
|
15 |
<track default>
|
16 |
-
|
17 |
-
<script type='module'>
|
18 |
-
globalThis.document.querySelector('title').textContent = globalThis.document.querySelector('h1').textContent = globalThis.decodeURIComponent(globalThis.location.pathname).slice(1)
|
19 |
-
for (const episode of globalThis.Array(20).keys())
|
20 |
-
{
|
21 |
-
const button = globalThis.document.createElement('button')
|
22 |
-
button.textContent = (episode + 1).toString().padStart(2, 0)
|
23 |
-
globalThis.document.querySelector('nav').appendChild(button)
|
24 |
-
}
|
25 |
-
</script>
|
26 |
<script src='index.js' type='module'></script>
|
27 |
</body>
|
28 |
</html>
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
|
|
9 |
<h1></h1>
|
10 |
<nav style='display:flex; column-gap:1em'></nav>
|
11 |
</div>
|
12 |
+
<video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
|
13 |
+
<source>
|
14 |
<track default>
|
15 |
+
</video>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
<script src='index.js' type='module'></script>
|
17 |
</body>
|
18 |
</html>
|