songs2slides

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

commit e423c19356fbfdcbcaf1355926b56312fa52cd8e
parent 1bffdbeb86deb0bd2e1baf81bac1a8969daf5bf9
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Mon, 25 May 2020 09:42:51 -0700

Fix lyric review header margins.

Diffstat:
MSongs2Slides/templates/index.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Songs2Slides/templates/index.html b/Songs2Slides/templates/index.html @@ -32,14 +32,14 @@ </div> <form id="lyricsContainer" class="container" hidden action="/pptx" method="POST" enctype="multipart/form-data"> - <input type="text" id="pptxSettingsField" name="settings" hidden> - <input type="text" id="lyricsField" name="lyrics" hidden> - <h3>Review your PowerPoint</h3> <p>Review and edit the parsed lyrics below and then click the create PowerPoint button.</p> <p>One blank line represents the start of a new slide and three blank lines represent a blank slide.</p> + <input type="text" id="pptxSettingsField" name="settings" hidden> + <input type="text" id="lyricsField" name="lyrics" hidden> + <textarea rows="15" id="rawLyrics"></textarea> <div id="fileUpload">