From 9e296e32b4f6a393df7a88092344b3144d9b8aa1 Mon Sep 17 00:00:00 2001
From: trp74 <trp74@drexel.edu>
Date: Wed, 23 Oct 2019 11:06:38 -0400
Subject: [PATCH] Update index.html to have comments match the answer sheet

---
 index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index 2621988..e09d2b7 100644
--- a/index.html
+++ b/index.html
@@ -4,20 +4,20 @@
     <meta charset="UTF-8">
     <script src="index.js"></script>
 
-    <!--Question 5-->
+    <!--Question 4d-->
     <link rel="stylesheet" href="#">
     <title>Lab 5</title>
 </head>
 <body>
-		<!--Question 4-->
+		<!--Question 4c-->
         <img src="#"/>
 		
         <h1>Welcome to the CLC Lending Site</h1>
 		
-        <!--Question 2-->
+        <!--Question 4a-->
         <h3>Designed by ____ </h3>
 
-        <!--Question 3-->
+        <!--Question 4b-->
 
         
     
@@ -60,7 +60,7 @@
                 <td>No</td>
             </tr>
         </table>
-        <!--Question 10-->
+        <!--Question 6-->
         <button onclick="#">Click me</button>
     </body>
 </html>
\ No newline at end of file
-- 
GitLab