Compare commits

...

4 Commits

Author SHA1 Message Date
Jesse James Isler 13d2513b7d remove CSS after finishing 2022-06-01 20:20:09 +02:00
Jesse James Isler 3f0198397d added Musicpatch 2022-06-01 20:19:57 +02:00
Jesse James Isler f1d2c99487 Initial 2022-06-01 19:55:27 +02:00
Jesse James Isler 92c4888e8d Renamed the loginpatches to logincss 2022-06-01 19:54:47 +02:00
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Add Music to the login screen
Video="<center><iframe width='560' height='315' src='https://www.youtube-nocookie.com/embed/ZjQZxqTipHM?autoplay=1&controls=0&loop=1' title='Background Music' frameborder='0' allow='autoplay;'></iframe></center>"
echo "$Video" >> /home/foundry/resources/app/templates/setup/join-game.html

View File

@ -16,6 +16,8 @@ sed -i -e 's+width: 400px !important;+width: 90% !important;backdrop-filter: blu
# Append to the Foundry Style.css
cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css
rm ./foundry_login.css
# Note: this is how dockerized Foundry likes to handle the sed... or linux... whatever it's a note, don't read into it
#sed -i -e 's+A+B+g' ./foundry_login.css