From d504781f93e771f84307703a2f877f2d169b977c Mon Sep 17 00:00:00 2001
From: Manal Abbas <maa458@drexel.edu>
Date: Sun, 24 Jan 2021 16:30:55 -0500
Subject: [PATCH] updates img refs

---
 IntroToHTMLCSS/src/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/IntroToHTMLCSS/src/index.html b/IntroToHTMLCSS/src/index.html
index 0140f4c..d569e16 100644
--- a/IntroToHTMLCSS/src/index.html
+++ b/IntroToHTMLCSS/src/index.html
@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="icon" href="logo.png">
+    <link rel="icon" href="/images/logo.png">
     <link rel="stylesheet" href="style.css">
     <title>Drexel CHI</title>
 </head>
@@ -27,15 +27,15 @@
             <br>
             <h5>Wednesday, October 28</h5>
             <h3>Speed Friending: Halloween Edition!</h3>
-            <img src="halloween.png" class="banner">
+            <img src="/images/halloween.png" class="banner">
             <br><br>
             <h5>Thursday, October 29</h5>
             <h3>CHI x WiCs x WiPs Movie Night: The Social Dilemma</h3>
-            <img src="movie.png" class="banner">
+            <img src="/images/movie.png" class="banner">
         </div>
     </div>
     <footer>
         Drexel CHI &copy; October 2020
     </footer>
 </body>
-</html>
\ No newline at end of file
+</html>
-- 
GitLab