From 7888a13d0ee27068733bd1c767031e9f33c1a7bb Mon Sep 17 00:00:00 2001
From: crowfeathers00 <56939086+crowfeathers00@users.noreply.github.com>
Date: Wed, 23 Oct 2019 17:06:21 -0400
Subject: [PATCH] 4E

---
 index.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 5d7ea96..6806891 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
     <script src="index.js"></script>
 
     <!--Question 4d-->
-    <link rel="stylesheet" href="#">
+    <link rel="stylesheet" href="stylesheet.css">
     <title>Lab 5</title>
 </head>
 <body>
@@ -24,6 +24,12 @@
 
 
         <table border="1" id="book-list">
+<tr class="rows">
+  <td></td>
+  <td></td>
+  <td></td>
+  <td></td>
+</tr>
             <tr id="header-row">
                 <th>Title</th>
                 <th>Author</th>
-- 
GitLab