StartScreen erstellt
This commit is contained in:
5
js/startjs.js
Normal file
5
js/startjs.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const startButton = document.querySelector("#startScreen button");
|
||||
|
||||
startButton.addEventListener("click", ()=>{
|
||||
window.location.href = 'index.html';
|
||||
});
|
Reference in New Issue
Block a user