Update RedditlikeMemo.HTML
This commit is contained in:
parent
519af40819
commit
e6915720ee
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Simon Says Game</title>
|
<title>Simon Says Game</title>
|
||||||
<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>
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -113,6 +113,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
playRound(); // Start the game
|
playRound(); // Start the game
|
||||||
|
<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>
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue