songs2slides

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

commit ef48e04a5fc43f6d69d004b0e3649276e3f1d203
parent cac7511c03f8b0f105a4324ddb801e1e62672262
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Fri, 31 Jul 2020 11:31:54 -0700

Improve thank you screen.

Diffstat:
MSongs2Slides/templates/home.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Songs2Slides/templates/home.html b/Songs2Slides/templates/home.html @@ -53,7 +53,7 @@ </form> <div id="thankyou" hidden> - <p>Thank you for using Songs2Slides</p> + <h3>Thank you for using Songs2Slides</h3> <p><a href="javascript:Back()">Edit your PowerPoint</a></p> <p><a href="javascript:Reset()">Create another PowerPoint</a></p> </div>