From e6915720ee98bcec37d8b2225c59eb64eb3d9e76 Mon Sep 17 00:00:00 2001 From: Dangrainage <99558179+Dangrainage@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:56:40 +0200 Subject: [PATCH] Update RedditlikeMemo.HTML --- RedditlikeMemo.HTML | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RedditlikeMemo.HTML b/RedditlikeMemo.HTML index a9895e8..75d9bfa 100644 --- a/RedditlikeMemo.HTML +++ b/RedditlikeMemo.HTML @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <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> body { display: flex; @@ -113,6 +113,8 @@ } 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> </body> </html>