chaowenguo
commited on
Commit
•
0376705
1
Parent(s):
f0e8f82
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -10,10 +10,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())
|
|
|
10 |
<h1></h1>
|
11 |
<nav style='display:flex; column-gap:1em'></nav>
|
12 |
</div>
|
13 |
+
<video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
|
14 |
+
<source>
|
15 |
<track default>
|
16 |
+
</video>
|
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())
|