Spaces:
Running
Running
Aditya DN
commited on
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
</div>
|
| 23 |
<div>
|
| 24 |
<label for="baseToInput" class="block text-sm font-medium text-gray-600 mb-2">Convert to Base (2-36):</label>
|
| 25 |
-
<input type="number" id="baseToInput" class="w-full p-2 border border-gray-300 rounded-md shadow-sm focus:ring-indigo-500 focus:border-indigo-500" min="2" max="36" value="
|
| 26 |
</div>
|
| 27 |
</div>
|
| 28 |
|
|
|
|
| 22 |
</div>
|
| 23 |
<div>
|
| 24 |
<label for="baseToInput" class="block text-sm font-medium text-gray-600 mb-2">Convert to Base (2-36):</label>
|
| 25 |
+
<input type="number" id="baseToInput" class="w-full p-2 border border-gray-300 rounded-md shadow-sm focus:ring-indigo-500 focus:border-indigo-500" min="2" max="36" value="2">
|
| 26 |
</div>
|
| 27 |
</div>
|
| 28 |
|