view.html 392 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <!DOCTYPE html> <html> <body> <div style="text-align: center;"> <video controls width="300"> <source src="{{url_for('static', filename = 'output.mp4')}}" type="video/mp4"></source> 이 문장은 여러분의 브라우저가 video 태그를 지원하지 않을 때 화면에 표시됩니다! </video> </div> </body> </html>