Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="icon" type="image/png" sizes="32x32" href="./image/favicon-32x32.png">
<title>File Downloader</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<header>
<h1><b>ALL file -- downloader</b></h1>
<p>paste the link 🔗 of the file and download it : ) simple 🐱‍🏍</p><br>
<p>Paste the link 🔗 of the file and download it : ) simple 🐱‍🏍</p><br>
</header>
<form action="#">
<input type="url" placeholder="paste your link🔗" required>
<input type="url" placeholder="Paste your link🔗" required>
<button>Download File</button>
</form>
</div>
<script src="script.js"></script>
</body>
</html>
</html>