mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Redirect to the correct page
This commit is contained in:
parent
9a81554ec7
commit
6983d40b19
1 changed files with 9 additions and 0 deletions
9
docs/index.html
Normal file
9
docs/index.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
window.location.replace("html")
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
Loading…
Reference in a new issue