Skip to content

Commit

Permalink
added splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor on Mac committed Feb 28, 2024
1 parent a0f8d93 commit cdf70bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.twee
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Spook Tours
$.wiki('<<goto "setup.splash">>')
};

$('#story').attr('style', 'background-image:url(images/intro.1.jpg)');
$('#story').attr('style', 'background-image:url(images/bg.jpg)');

window.addEventListener('beforeinstallprompt', (event) => {
event.preventDefault();
Expand Down Expand Up @@ -344,7 +344,7 @@ Spook Tours
:: setup.splash {"position":"100,900","size":"100,100"}

<<script>>
$('#story').attr('style', 'background-image:url(images/bg.jpg)');
$('#story').attr('style', 'background-image:url(images/intro.1.jpg)');
<</script>>

<div class="wrapper">
Expand Down

0 comments on commit cdf70bf

Please sign in to comment.