ammaan's picture
Create static/index.html
d8aed13 verified
raw
history blame
No virus
562 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>youtube</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>YouTube Summary</h1>
<form id="summaryForm">
<input type="text" id="youtubeLinkInput" placeholder="Enter YouTube link">
<button type="submit">Submit</button>
</form>
<div id="loader" class="loader"></div>
<div id="summaryResult"></div>
<script src="index.js"></script>
</body>
</html>