Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakatai-0322 committed Dec 12, 2021
1 parent c2f72df commit c64e317
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,18 @@ <h1 class="text-center text-info my-4">
</h1>
<div class="text-center">
<form id="form" mb="4">
<input type="button" value="生成!" onclick="RandomNumber()">
<input type="button" class="btn btn-outline-danger active" value="生成!" onclick="RandomNumber()">
<input type="number" id="maxn" value="6" placeholder="乱数最大値を入力">
</form>
<br>
<span id="out"></span>
<h1>
<code>
<!--結果出力-->
<span id="out">
0
</span>
</code>
</h1>
</div>
<footer class="text-center">
Create by <a href="https://nakatai.ga">Nakatai</a>.
Expand Down

0 comments on commit c64e317

Please sign in to comment.