jonpreamble commited on
Commit
e756a0c
·
1 Parent(s): 4975afb

Fix public access urls for hosted stuff

Browse files
Files changed (1) hide show
  1. webpage.py +2 -2
webpage.py CHANGED
@@ -2,7 +2,7 @@ PAGE_STYLING_JS = """
2
  async () => {
3
  document.head.insertAdjacentHTML("beforeend", `<style>
4
  body {
5
- background-image: url("https://storage.cloud.google.com/public-file-hosting/ScrollBg11.jpg");
6
  background-size: cover;
7
  filter: brightness(0.45) sepia(0.7) contrast(2) brightness(2) saturate(0.1);
8
  opacity: 70%;
@@ -26,6 +26,6 @@ After clicking ⬆️ Run Next Turn, please be patient as it may take up to 90 s
26
  MUSIC_PLAYER = """
27
  <div style="background-color: white; font-family: cursive; font-size: 19px; margin-top: 60px; padding: 2px 17px;">
28
  Optional: Click player below to play Nepali music that goes with this game.
29
- <audio controls src="https://storage.cloud.google.com/public-file-hosting/NepaliFolkMusic.mp3"></audio>
30
  </div>
31
  """
 
2
  async () => {
3
  document.head.insertAdjacentHTML("beforeend", `<style>
4
  body {
5
+ background-image: url("https://storage.googleapis.com/public-file-hosting/ScrollBg11.jpg");
6
  background-size: cover;
7
  filter: brightness(0.45) sepia(0.7) contrast(2) brightness(2) saturate(0.1);
8
  opacity: 70%;
 
26
  MUSIC_PLAYER = """
27
  <div style="background-color: white; font-family: cursive; font-size: 19px; margin-top: 60px; padding: 2px 17px;">
28
  Optional: Click player below to play Nepali music that goes with this game.
29
+ <audio controls src="https://storage.googleapis.com/public-file-hosting/NepaliFolkMusic.mp3"></audio>
30
  </div>
31
  """