result.html
362 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>
<h4>{{ result[0] }}</h4>
{{ result[1] }}
</div>
</body>
</html>