Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
heyturkiye204 authored Sep 21, 2024
1 parent b39c9a1 commit 592a497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
b = document.querySelector(".load-indicator"),
c = 0;
function d() {
b && ((b.innerText = "yükleniyor ne abarttın".substr(c++ % 8, 1)), a(d, 60));
b && ((b.innerText = "☆⊙°☆°☆☆⊙☆".substr(c++ % 8, 1)), a(d, 60));
}
a(d, 500);
</script>
Expand All @@ -215,7 +215,7 @@
</div>
</div>
<noscript> Enable JavaScript to play this game. </noscript>
<script src="main.js"></script>
<script src="/version/20200825-121253/main.js"></script>
<script></script>
</body>
</html>

0 comments on commit 592a497

Please sign in to comment.