Skip to content

Commit

Permalink
Deploying to gh-pages from @ e7379c3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Nov 13, 2023
1 parent 90a9915 commit b6b9ace
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions apps/cortex_prime.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@ <h1>Cortex Prime calculator <span style="font-size:75%;">powered by <a href="htt
</tr>
<tr id="pinputs">
<th style="text-align:left;">Roller</th>
<td><input name="p4" id="p4" type="number" min="0" max="20" value="0" required onwheel="" /></td>
<td><input name="p6" id="p6" type="number" min="0" max="20" value="2" required onwheel="" /></td>
<td><input name="p8" id="p8" type="number" min="0" max="20" value="0" required onwheel="" /></td>
<td><input name="p10" id="p10" type="number" min="0" max="20" value="0" required onwheel="" /></td>
<td><input name="p12" id="p12" type="number" min="0" max="20" value="0" required onwheel="" /></td>
<td style="border-left: 2px solid #bfbfbf;"><input name="pd" id="pd" type="number" min="0" max="20"
<td><input name="p4" id="p4" type="number" min="0" max="10" value="0" required onwheel="" /></td>
<td><input name="p6" id="p6" type="number" min="0" max="10" value="2" required onwheel="" /></td>
<td><input name="p8" id="p8" type="number" min="0" max="10" value="1" required onwheel="" /></td>
<td><input name="p10" id="p10" type="number" min="0" max="10" value="0" required onwheel="" /></td>
<td><input name="p12" id="p12" type="number" min="0" max="10" value="0" required onwheel="" /></td>
<td style="border-left: 2px solid #bfbfbf;"><input name="pd" id="pd" type="number" min="0" max="10"
value="0" required onwheel="" /></td>
<td><input name="pk" id="pk" type="number" min="0" max="20" value="2" required onwheel="" /></td>
<td><input name="pk" id="pk" type="number" min="0" max="10" value="2" required onwheel="" /></td>
</tr>
<tr id="oinputs">
<th style="text-align:left;">Difficulty</th>
<td><input name="o4" id="o4" type="number" min="0" max="20" value="0" required onwheel="" /></td>
<td><input name="o6" id="o6" type="number" min="0" max="20" value="2" required onwheel="" /></td>
<td><input name="o8" id="o8" type="number" min="0" max="20" value="0" required onwheel="" /></td>
<td><input name="o10" id="o10" type="number" min="0" max="20" value="0" required onwheel="" /></td>
<td><input name="o12" id="o12" type="number" min="0" max="20" value="0" required onwheel="" /></td>
<td style="border-left: 2px solid #bfbfbf;"><input name="od" id="od" type="number" min="0" max="20"
<td><input name="o4" id="o4" type="number" min="0" max="10" value="0" required onwheel="" /></td>
<td><input name="o6" id="o6" type="number" min="0" max="10" value="2" required onwheel="" /></td>
<td><input name="o8" id="o8" type="number" min="0" max="10" value="0" required onwheel="" /></td>
<td><input name="o10" id="o10" type="number" min="0" max="10" value="0" required onwheel="" /></td>
<td><input name="o12" id="o12" type="number" min="0" max="10" value="0" required onwheel="" /></td>
<td style="border-left: 2px solid #bfbfbf;"><input name="od" id="od" type="number" min="0" max="10"
value="0" required onwheel="" /></td>
<td><input name="ok" id="ok" type="number" min="0" max="20" value="2" required onwheel="" /></td>
<td><input name="ok" id="ok" type="number" min="0" max="10" value="2" required onwheel="" /></td>
</tr>
</table>
</form>
Expand Down

0 comments on commit b6b9ace

Please sign in to comment.