<!DOCTYPE html>
<html lang="en">
<head>
<title>CommentGPT</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div id="app">
<main>
<div class="home">
<h1>CommentGPT</h1>
<h2>Give me a YouTube URL, choose a tone, and I'll write a comment on the video</h2>
<input id="video" class="videoInput" placeholder="YouTube URL.." />
<div class="comment" id="comment"></div>
<section id="sentiments"></section>
<footer>made by <a href="https://rj1.su">rj1</a></footer>
</div>
</main>
</div>
<script src="app.js"></script>
</body>
</html>