Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Oct 3, 2024
1 parent 75c7b60 commit 0274274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/indexscript.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function goToPage(e) {
let url="http://www.exampledomain.com/"+e.target.value+e.html;
let url="http://www.starg3n.github.io/"+e.target.value+e.html;
console.log(url);
window.location = url;
}

0 comments on commit 0274274

Please sign in to comment.