Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LB123658 authored Apr 28, 2021
1 parent 8284bb8 commit 9fa886e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
document.getElementById("a-new").href = "https://lb123658.github.io/goat/app?l=es";
document.getElementById("new").title = "Jugar la versíon nueva";
document.getElementById("t").innerHTML = "Simulador de Cabro";
window.location.search = "?l=es";
}
function pl() {
document.getElementById("title").innerHTML = "Gra kozy";
Expand All @@ -139,6 +140,7 @@
document.getElementById("new").innerHTML = "Nowa wersja";
document.getElementById("a-new").href = "https://lb123658.github.io/goat/app?l=pl";
document.getElementById("t").innerHTML = "Gra kozy";
window.location.search = "?l=pl";
}
</script>
<script src="color.js"></script>
Expand Down

0 comments on commit 9fa886e

Please sign in to comment.