Commit c42e5a01 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

fixed the home.html

parent 1dbc52ae
<!-- project/app/template/app/index.html --> <!-- project/app/template/app/index.html -->
{% extends 'base.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% block title %}My Favorite Books & Authors{% endblock %} {% block title %} My Favorite Books & Authors {% endblock %}
{% block content %} {% block content %}
<h1>Welcome to Enzo's Database of Favorite Books and Authors!</h1> <h1>Welcome to Enzo's Database of Favorite Books and Authors!</h1>
<body>The genres of books I enjoy are those I can relate and connect with.<br>It makes me feel more emotional and attached to the book whenever it is related to my personal experience.<br>When it comes to authors, those who have good records and many awards appeal to me the most.<br><br><br><br></body>
<footer><a href="/books">Books</a> <body>The genres of books I enjoy are those I can relate and connect with.
<br>It makes me feel more emotional and attached to the book whenever it is related to my personal experience.
<br>When it comes to authors, those who have good records and many awards appeal to me the most.
<br><br>
</body>
<footer>
<a href="/bookshelf/books">Books</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/authors">Authors</a>Authors</footer> <a href="/bookshelf/authors">Authors</a>
</footer>
{% endblock %} {% 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