Files
archived-youtubeDownloader/index.html
MooradAltamimi 3800c1d22a Added mp3 support
2019-10-18 14:49:34 +01:00

15 lines
459 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" id="mp4">Convert mp4</button><button class="convert-button" id='mp3'>Convert mp3</button>
<script src='script.js'></script>
</body>
</html>