Add basic html/js to search for and display some books.
authorChris Jaekl <cejaekl@yahoo.com>
Sun, 5 Nov 2017 13:39:58 +0000 (22:39 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Sun, 5 Nov 2017 13:39:58 +0000 (22:39 +0900)
commitca96e0b6276f6efe56b102ad8286a2534d6e264b
tree81b7e98679136d101523073eb5668101916c8bd6
parentbb350871a3ae81484ae3a736b16018e340908251
Add basic html/js to search for and display some books.
app/index.html [new file with mode: 0644]
app/lib.css [new file with mode: 0644]
app/lib.js [new file with mode: 0644]
main/db.go
main/handler.go
main/main.go