num ←> dollcode converter dc.digi.rip
0

Configure Feed

Select the types of activity you want to include in your feed.

index: add numeric input mode to input field

digi.rip (Jun 10, 2026, 8:23 PM EDT) 8b0a790e dbf02860

+1 -1
+1 -1
index.html
··· 11 11 <div class="main-content"> 12 12 <div class="center"> 13 13 <p class="info">input number/dollcode</p> 14 - <input /> 14 + <input inputmode="numeric" /> 15 15 <button class="copy-btn" title="copy dollcode">copy</button> 16 16 <p class="output"></p> 17 17 </div>