Commit 42b799e7 authored by Star Neptune R. Sy's avatar Star Neptune R. Sy

css is done

parent a443e895
......@@ -2,13 +2,13 @@
{% block title %} My favorite Books and Authors {% endblock %}
{% block additional %} <h1> Welcome to Neptune's database of favorite books and authors</h1> {% endblock %}
{% block additional %} Welcome to Neptune's database of favorite books and authors {% endblock %}
{% block content %}
<p>My taste in books are very random and usually done in the spur of the moment. I cannot commit to a series. </p>
<div>
<a href="/books">Books</a>
<a href="/authors"> Authors</a>
<a class="navBtn" href="/books">Books</a>
<a class="navBtn" href="/authors"> Authors</a>
</div>
{% endblock %}
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