Files
archived-youtubeDownloader/index.html
2018-11-25 00:17:08 +00:00

15 lines
386 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Youtube Downloader</title>
</head>
<body>
<h1 class="heading">My Own Youtube Downloader !</h1>
<input class="URL-input" placeholder="https://www.youtube.com/watch?v=MtN1YnoL46Q"><button class="convert-button">Convert</button>
<script src='script.js'></script>
</body>
</html>