1
Fork 0
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:
Steffo 2019-04-24 02:13:13 +02:00
parent 9a81554ec7
commit 6983d40b19

9
docs/index.html Normal file
View file

@ -0,0 +1,9 @@
<html>
<head>
<script>
window.onload = function() {
window.location.replace("html")
}
</script>
</head>
</html>