Files

15 lines
227 B
HTML
Raw Permalink Normal View History

2026-05-13 17:18:50 +08:00
<!DOCTYPE HTML>
<html>
<body>
<script>
function myFunction()
{
window.location.href = './content/index.html';
}
myFunction();
window.open('file.extension');
</script>
</body>
</html>