From 3113557c4ab72339c3d4f0daa6dce35699e4eb5c Mon Sep 17 00:00:00 2001
From: Mohamed Alshehhi <ma3649@drexel.edu>
Date: Wed, 30 Oct 2019 14:45:40 -0400
Subject: [PATCH] Update index.html

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index e09d2b7..d96b350 100644
--- a/index.html
+++ b/index.html
@@ -5,12 +5,12 @@
     <script src="index.js"></script>
 
     <!--Question 4d-->
-    <link rel="stylesheet" href="#">
+    <link rel="stylesheet" href="stylesheet.css">
     <title>Lab 5</title>
 </head>
 <body>
 		<!--Question 4c-->
-        <img src="#"/>
+        <img src="http://clipart-library.com/img/884297.gif" width="80" height="80">
 		
         <h1>Welcome to the CLC Lending Site</h1>
 		
-- 
GitLab