diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
new file mode 100644
index 0000000..c3fd411
--- /dev/null
+++ b/app/views/home/index.html.erb
@@ -0,0 +1,31 @@
+<%= link_to 'New Book', new_book_path %>
+
+<% if @has_books %>
+<%= link_to 'My books', books_path %>
+<%end%>
+
+
+
<%= link_to book.description, book %>
+