diff options
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index bf00905..f8e08da 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -33,8 +33,10 @@ </ul> <section> <h2>Credits</h2> - <q>If I have seen further it is by standing on the shoulders of Giants.</q> - Sir Isaac Newton - <br> + <blockquote class="blockquote"> + <q class="mb-0">If I have seen further it is by standing on the shoulders of Giants.</q> + <footer class="blockquote-footer">Sir Isaac Newton in <cite title="Source Title"> Letter from Sir Isaac Newton to Robert Hooke</cite></footer> + </blockquote> This project would not have been possible without the following: <br><br> <h2><img src="{{url_for('static',filename='assets/pliplogo.svg')}}" alt="Logo of PLIP" width=100vw /> PLIP</h2> |