mirror of
https://github.com/SrIzan10/youtubeDownloader.git
synced 2026-05-01 11:06:58 +00:00
15 lines
459 B
HTML
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> |