mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
9 lines
176 B
HTML
9 lines
176 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
window.onload = function() {
|
|
window.location.replace("html")
|
|
}
|
|
</script>
|
|
</head>
|
|
</html>
|