From eedd13b76ef5f7f821c8d2b63e127ecbb791a813 Mon Sep 17 00:00:00 2001
From: Dangrainage <99558179+Dangrainage@users.noreply.github.com>
Date: Thu, 24 Aug 2023 19:58:39 +0200
Subject: [PATCH] Update RedditlikeMemo.HTML

---
 RedditlikeMemo.HTML | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/RedditlikeMemo.HTML b/RedditlikeMemo.HTML
index 074a514..4fd4b9f 100644
--- a/RedditlikeMemo.HTML
+++ b/RedditlikeMemo.HTML
@@ -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 = [];