Created home.html

parent 0848d83d
{% extends "base.html" %}
{% block page-title %}My Favorite Books & Authors{% endblock %}
{% block content %}
<header>
<h1>Welcome to Dianne's Database of</h1>
<h1>Favorite Books and Authors!<br></h1>
</header>
<body>
<p>These are some of the books I researched online. I am not really fond of reading books
but these are what I find interesting. The only author I know from this collection
is J.K Rowling, from her famous books of the Harry Potter Series. Navigate this bookshelf
through the buttons below!
<br><br><br>
</p>
<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>
</div>
</body>
{% 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