fork download
  1. <!DOCTYPE HTML>
  2. <html>
  3. <body>
  4.  
  5. <video width="320" height="240" controls="controls">
  6. <source src="movie.mp4" type="video/mp4" />
  7. <source src="movie.ogg" type="video/ogg" />
  8. <source src="movie.webm" type="video/webm" />
  9. Your browser does not support the video tag.
  10. </video>
  11.  
  12. </body>
  13. </html>
  14.  
Runtime error #stdin #stdout 0.01s 5352KB
stdin
Standard input is empty
stdout
Standard output is empty