Chapter 11: Error Handling completed sample

This commit is contained in:
Beth Griggs
2020-11-15 00:56:57 +00:00
parent 51fee88f90
commit 791aac76d7
10 changed files with 2 additions and 190 deletions
@@ -11,7 +11,6 @@
<li><%= book.title %> - <%= book.author %></li>
<% } %>
</ul>
<h2>Add Book:</h2>
<form action="/inventory/add" method="POST">
<label for="title">Title</label>