diff --git a/data/indexscript.js b/data/indexscript.js index fa1fabe..8ee8115 100644 --- a/data/indexscript.js +++ b/data/indexscript.js @@ -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; }