File size: 726 Bytes
d3d71c2
1d974f0
 
 
 
8e545a5
1d974f0
 
21e2553
 
8e545a5
21e2553
1d974f0
8e545a5
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
24
<!--https://search.google.com/search-console/about URL inspection-->
<!DOCTYPE html>
<html>
    <head>
        <meta charset='utf-8'>
        <title></title>
    </head>
    <body>
	<nav style='display:flex; column-gap:1em'></nav>
        <video width='100%' controls controlsList='nodownload' crossorigin='anonymous'>
            <source>
	    <track default>
        </video>
<script type='module'>
for (const episode of globalThis.Array(20).keys())
{
    const button = globalThis.document.createElement('button')
    button.textContent = (episode + 1).toString().padStart(2, 0)
    globalThis.document.querySelector('nav').appendChild(button)
}
</script>
<script src='index.js' type='module'></script> 
    </body>
</html>