From 53a77eb6376888401cf6075bdff10daeee94beee Mon Sep 17 00:00:00 2001 From: dc3357 <dc3357@drexel.edu> Date: Sun, 3 Nov 2019 16:26:45 -0500 Subject: [PATCH] Update index.html --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index e69c9bc..0a8014d 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,12 @@ <td>9781563249914</td> <td>No</td> </tr> + <tr class="rows"> + <td>Computer Programming for Beginners: Fundamentals of Programming Terms and Concepts</td> + <td>Nathan Clark</td> + <td>9781719439558</td> + <td>Yes</td> + </tr> </table> <!--Question 6--> <button onclick="#">Click me</button> -- GitLab