Fetch with JS
This commit is contained in:
@@ -15,10 +15,8 @@
|
||||
<script src="index.js"></script>
|
||||
<h1>Video Downloader</h1>
|
||||
<center>
|
||||
<form id="DownloadForm">
|
||||
<input type="text" name="url" id="url" placeholder="Enter your url here">
|
||||
<button type="submit" id="downloadbutton" onclick="ytdl()">Download</button>
|
||||
</form>
|
||||
<input type="text" name="url" id="url" placeholder="Enter your url here">
|
||||
<button type="submit" id="downloadbutton" onclick="ytdl()">Download</button>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user