File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ <h1 id="uploadText">Upload Your Image Here:</h1>
3535 < div class ="input-container ">
3636 < div class ="input-group ">
3737 < label for ="zetaCount "> Zetas:</ label >
38- < input type ="number " id ="zetaCount " min ="0 " max ="10 " value ="0 " class ="number-input ">
38+ < input type ="number " id ="zetaCount " min ="-999 " max ="999 " value ="0 " class ="number-input ">
3939 </ div >
4040 < div class ="input-group ">
4141 < label for ="omiCount "> Omicrons:</ label >
42- < input type ="number " id ="omiCount " min ="0 " max ="10 " value ="0 " class ="number-input ">
42+ < input type ="number " id ="omiCount " min ="-999 " max ="999 " value ="0 " class ="number-input ">
4343 </ div >
4444 < div class ="input-group ">
4545 < label for ="relicLevel "> Relic Level:</ label >
46- < input type ="number " id ="relicLevel " min ="0 " max ="9 " value ="9 " class ="number-input ">
46+ < input type ="number " id ="relicLevel " min ="-99 " max ="999 " value ="9 " class ="number-input ">
4747 </ div >
4848 </ div >
4949 < br >
You can’t perform that action at this time.
0 commit comments