Added two links for adding book and author

parent a2306e96
......@@ -20,6 +20,12 @@
<div class="flex-parent jc-center">
<button onclick="location.href = 'books/'" class="blue margin-right">Books</button>
<button onclick="location.href = 'authors/'" class="pink">Authors</button>
<br><br>
</div>
<div>
<button onclick="location.href = 'books/add'">Add Book</button>
<button onclick="location.href = 'authors/add'">Add Author</button>
</div>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment