Update RedditlikeMemo.HTML
This commit is contained in:
parent
ce6c3ae7e1
commit
eedd13b76e
1 changed files with 4 additions and 2 deletions
|
@ -44,8 +44,10 @@
|
|||
<button class="game-button blue" onclick="handleButtonClick('blue')"></button>
|
||||
<button class="game-button yellow" onclick="handleButtonClick('yellow')"></button>
|
||||
</div>
|
||||
<h1>I am going to be frankly pretty honest, ChatGPT helped me a lot with this one, oh, before you ask, I made this for the sake of having a game on my website</h1>
|
||||
<h1>I personally didn't really know that HTML has this many functions</h1>
|
||||
<p>
|
||||
<h1>I am going to be frankly pretty honest, ChatGPT helped me a lot with this one.</h1>
|
||||
<h1>I personally didn't really know that HTML has this many functions.</h1>
|
||||
</p>
|
||||
<script>
|
||||
const buttonColors = ['green', 'red', 'blue', 'yellow'];
|
||||
const gameSequence = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue