songs2slides

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

commit d75a45f84e2b06c900aa7bc07383cf60b1c0c5c2
parent e423c19356fbfdcbcaf1355926b56312fa52cd8e
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Tue,  9 Jun 2020 12:20:09 -0700

Add site description.

Diffstat:
MSongs2Slides/templates/index.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Songs2Slides/templates/index.html b/Songs2Slides/templates/index.html @@ -2,6 +2,7 @@ <html> <head> <title>Songs2Slides</title> + <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="stylesheet" href="{{ url_for('static', filename='index.css') }}"></link> <script src="{{ url_for('static', filename='index.js') }}"></script>