Update RedditlikeMemo.HTML
This commit is contained in:
parent
3be83eef36
commit
3963fe422d
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
||||||
<button class="game-button blue" onclick="handleButtonClick('blue')"></button>
|
<button class="game-button blue" onclick="handleButtonClick('blue')"></button>
|
||||||
<button class="game-button yellow" onclick="handleButtonClick('yellow')"></button>
|
<button class="game-button yellow" onclick="handleButtonClick('yellow')"></button>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
|
||||||
<h1> </h1>
|
<h1> </h1>
|
||||||
<h1> </h1>
|
<h1> </h1>
|
||||||
<h1> </h1>
|
<h1> </h1>
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
<h1>I am going to be frankly pretty honest, ChatGPT helped me a lot with this one.</h1>
|
<h1>I am going to be frankly pretty honest, ChatGPT helped me a lot with this one.</h1>
|
||||||
<h1>I personally didn't know that HTML had this many functions</h1>
|
<h1>I personally didn't know that HTML had this many functions</h1>
|
||||||
</p>
|
|
||||||
<script>
|
<script>
|
||||||
const buttonColors = ['green', 'red', 'blue', 'yellow'];
|
const buttonColors = ['green', 'red', 'blue', 'yellow'];
|
||||||
const gameSequence = [];
|
const gameSequence = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue