3 lines
140 B
JavaScript
3 lines
140 B
JavaScript
function redirectToFile() {
|
|
window.location.href = 'index.html'; // Replace 'file.html' with the actual file you want to redirect to
|
|
} |