-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.html
More file actions
19 lines (17 loc) · 805 Bytes
/
instructions.html
File metadata and controls
19 lines (17 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Instructions</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul class="task">
<li>Go to <a href="https://www.instamojo.com" target="_blank">Instamojo</a> and create a new account.</li>
<li>Go to API & Plugins section and generate a new Private API Key, Private Auth Token, Private Salt.</li>
<li>Use that Key/Salt Pair to process the payment of <a href="index.php">this page.</a></li>
<li>Sell the porduct at a price of ₹10.</li>
<li><a href="mailto:support@backslashlinux.com">Mail</a> us the working copy.</li>
</ul>
<br>
<p class="task">To View the task Page, <a href="index.php">Click here.</a></p>
</body>
</html>