result.html
758 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<title>유튜브 자막 요약 결과</title>
<meta charset="utf-8" />
</head>
<body>
<div id="container" style="margin-left: 10%; margin-right: 20%;">
<h1>유튜브 자막 요약 결과</h1>
<br><br>
<div style="margin: 10px; padding: 20px 50px 20px 50px; border: 2px solid #000000; border-radius: 10px; width: 60%; height: 450px; overflow: auto;">
<h4>{{ result[0] }}</h4>
{{ result[1] }}
</div>
<button type="button" onclick="window.location.href='http://127.0.0.1:5000/'" style="margin-top: 15px; margin-left: 60%; height: 40px; width: 100px; font-size: 17px; border-radius: 5px;">돌아가기</button>
</div>
</body>
</html>