Files
moon-gaming/Uplog.js
2025-02-26 10:59:20 -06:00

3 lines
140 B
JavaScript

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