chaowenguo commited on
Commit
1d974f0
1 Parent(s): be9f606

Upload a.html

Browse files
Files changed (1) hide show
  1. a.html +11 -0
a.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset='utf-8'>
5
+ </head>
6
+ <body>
7
+ <video width="320" height="240" controls>
8
+ <source src='https://huggingface.co/chaowenguo/video/resolve/main/%E4%BA%AC%E5%9F%8E%E6%95%99%E4%B8%8001.mp4'>
9
+ </video>
10
+ </body>
11
+ </html>