-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (18 loc) · 1020 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>ImgInsta | aditya-the-pro</title>
<script src="assests/js/insta.js"></script>
<link rel="shortcut icon" href="assests/favicon.png" type="image/x-icon">
<link href="assests/css/style.css" rel="stylesheet" type="text/css"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>ImgInsta - Download Insta Dp</h1>
<noscript><h2 style="text-align:center;">This Site Requires JavaScript In Order To Work Properly!</h2></noscript>
<label for="usernames">Enter single space seperated usernames(you can type multiple usernames and don't mention @): </label><br>
<textarea id="txt1" rows="12" cols="100" name="usernames" placeholder="type usernames here............"></textarea><br>
<button id="dl-btn" class="button" type="download" onclick="downloadBlobs(document.body.children.namedItem('usernames').value);"><span>Download</span></button>
</body>
</html>