Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -58,8 +58,8 @@
|
|
| 58 |
id="numComments"
|
| 59 |
name="numComments"
|
| 60 |
min="1"
|
| 61 |
-
max="
|
| 62 |
-
value="
|
| 63 |
class="w-full px-4 py-3 bg-white/10 border border-white/20 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-blue-500"
|
| 64 |
>
|
| 65 |
</div>
|
|
|
|
| 58 |
id="numComments"
|
| 59 |
name="numComments"
|
| 60 |
min="1"
|
| 61 |
+
max="500000"
|
| 62 |
+
value="5000"
|
| 63 |
class="w-full px-4 py-3 bg-white/10 border border-white/20 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-blue-500"
|
| 64 |
>
|
| 65 |
</div>
|