rename script

This commit is contained in:
array-in-a-matrix 2022-02-09 00:38:06 -05:00
parent e1a03d6df8
commit e2889852ef

View file

@ -27,7 +27,7 @@
</div>
<div>
<script src="RPS.js"></script>
<script src="./script/script.js"></script>
<button class="btn gameButton" onclick="play('rock')">🪨</button>
<button class="btn gameButton" onclick="play('paper')">📄</button>
<button class="btn gameButton" onclick="play('scissors')">✂️</button>