Navigate your browser to the static file
http://localhost:8080/quote_list.html
For this part, each list item only needs the quote text (and the class property "list-group-item" for the bootstrap styling). This is
to keep creation of new DOM nodes simple, as in the video below. We'll deal with the other data in the quotes in the next assignment.