Skip to content

Commit

Permalink
feat: Add PDF link
Browse files Browse the repository at this point in the history
  • Loading branch information
matiusz committed Feb 2, 2024
1 parent 43e0e21 commit 8f6475d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/flask/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
display: block;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
right: 15px;
top: 15px;
z-index: 10 !important;
padding: 3px;
background-color: #ffffff;
Expand Down
3 changes: 2 additions & 1 deletion src/flask/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
</div>
<div style="text-align: center;"><br>
Author: Mateusz Szwed<br>
Source: <a href="https://github.com/matiusz/songbook">https://github.com/matiusz/songbook</a>
Source: <a href="https://github.com/matiusz/songbook">https://github.com/matiusz/songbook</a><br>
Current PDF: <a href="/static/artifacts.html"><i class="fa fa-file"></i></a>
</div>
</div>
{% autoescape false %}
Expand Down

0 comments on commit 8f6475d

Please sign in to comment.