songs2slides

A tool that automatically finds song lyrics and creates lyric slideshows
git clone https://git.ashermorgan.net/songs2slides/
Log | Files | Refs | README

commit 9d5cc68e06b90505a1e4f9f75dac3e2d026387d1
parent 22015f582d154b377821f60037fb40b7815ea8da
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Wed, 22 Jul 2020 13:37:35 -0700

Add apple touch icon.

Diffstat:
ASongs2Slides/static/favicon-180.png | 0
MSongs2Slides/templates/layout.html | 1+
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/Songs2Slides/static/favicon-180.png b/Songs2Slides/static/favicon-180.png Binary files differ. diff --git a/Songs2Slides/templates/layout.html b/Songs2Slides/templates/layout.html @@ -10,6 +10,7 @@ <meta name="description" content="Quickly and easily create lyric powerpoints from a list of songs."> <meta name="viewport" content="width=device-width, user-scalable=no"/> <link rel="icon" type="image/png" href="{{ url_for('static', filename='favicon-32.png') }}"> + <link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='favicon-180.png') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='global.css') }}"></link> {% block header %}{% endblock %}