Aditya DN commited on
Commit
9ebe557
·
verified ·
1 Parent(s): 7e873e0

Update index.html

Browse files
Files changed (1) hide show
  1. 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="16">
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