added html for home

parent 59fbcf30
<!DOCTYPE html> {% extends 'base.html' %}
<html lang="en"> {% load static %}
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body> {% block title %} My Favorite Books & Authors {% endblock %}
</html> {% block header %} Welcome to Dani's Database of Favorite Books and Authors!{% endblock %}
\ No newline at end of file {% block body %}
<p> I don't read books so these are the only books I have read so far.</p>
<a href="http://127.0.0.1:8000/bookshelf/books">Books</a>----------------------------------------------
<a href="http://127.0.0.1:8000/bookshelf/author">Authors</a>
{% endblock %}
\ No newline at end of file
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