You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
web-youtube-downloader/home.html

9 lines
305 B
HTML

<div id="home-page">
<h1 style="font-size: 42px">Download YouTube videos from source!</h1>
<h2 style="margin-bottom: 50px;">All Video and Audio Tracks + Thumbnails</h2>
<input type="text" id="home-video-url" placeholder="Paste your Video URL" onchange="loadVideoURL(this.value);" />
</div>