Skip to content

Commit

Permalink
1 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github committed Feb 6, 2024
1 parent 87fa21d commit 2d998a8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions load.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@

<script type="module" src="/ServerService/Account-Server/start.js"></script>
</head>
<body id="body" style='font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; height: 100%; cursor: auto; overflow-y: auto; display: flex; flex-direction: column; justify-content: flex-end;' onload="ElimData(); sessionStorage.clear();">
<!-- <script src="/var.js"></script> -->

<audio>
<source src="/resources/Loading.wav" type="audio/wav">
Errore di supporto
</audio>
<body id="body" onload="ElimData(); sessionStorage.clear();" style='font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; height: 100%; cursor: auto; overflow-y: auto; display: flex; flex-direction: column; justify-content: flex-end;'>
<script src="/var.js"></script>

<!-- Caricamento -->
<hx id="title" style="display: flex; justify-content: center;" id="body">The Bocchette 2</hx>
Expand Down Expand Up @@ -135,6 +130,7 @@

<script>
localStorage.setItem("GameMode", "BattleRoyale");
const audio = new Audio('/resources/Loading.wav'); audio.play();
</script>

<script>
Expand Down

0 comments on commit 2d998a8

Please sign in to comment.