File size: 603 Bytes
1d974f0
 
 
 
8e545a5
1d974f0
 
8e545a5
 
1d974f0
8e545a5
 
 
 
 
 
1d974f0
8e545a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
    <head>
        <meta charset='utf-8'>
        <title></title>
    </head>
    <body>
        <video width='100%' controls controlsList='nodownload'>
            <source>
        </video>
<script type='module'>
const name = new globalThis.URLSearchParams(globalThis.location.search).get('name')
globalThis.document.querySelector('video').querySelector('source').src = `https://huggingface.co/chaowenguo/video/resolve/main/${name}.mp4`
globalThis.document.querySelector('video').load()
globalThis.document.querySelector('title').textContent = name
</script> 
    </body>
</html>