Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -108,9 +108,9 @@
|
|
| 108 |
<script>
|
| 109 |
// Prices (per 1000)
|
| 110 |
const prices = {
|
| 111 |
-
likes:
|
| 112 |
views: 20, // 20 PKR per 1k Views
|
| 113 |
-
followers:
|
| 114 |
};
|
| 115 |
|
| 116 |
const category = document.getElementById("category");
|
|
|
|
| 108 |
<script>
|
| 109 |
// Prices (per 1000)
|
| 110 |
const prices = {
|
| 111 |
+
likes: 70, // 50 PKR per 1k Likes
|
| 112 |
views: 20, // 20 PKR per 1k Views
|
| 113 |
+
followers: 450 // 100 PKR per 1k Followers
|
| 114 |
};
|
| 115 |
|
| 116 |
const category = document.getElementById("category");
|