changed url

This commit is contained in:
gocivici 2022-09-28 18:44:13 +03:00
parent a6487a66f7
commit 0cd342f1b8

View File

@ -18,7 +18,7 @@ guess='Skipped';
if(!localStorage.getItem('playedBefore')){
// window.location = window.location.href + "#info";
window.location = "https://gorkem.cc/horo#info"
window.location = "https://gocivici.github.io/horrordle/#info"
// window.location = "file:///C:/Users/gogob/Documents/dEATHDLE/Test/index.html#info"
localStorage.setItem('playedBefore',"true");
}