mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
Create index.html (#1644)
This commit is contained in:
parent
cda9b7a037
commit
bc9faf24c4
11
index.html
Normal file
11
index.html
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.location = "main/";
|
||||||
|
</script>
|
||||||
|
<body>
|
||||||
|
<noscript>
|
||||||
|
Please navigate to <a href="main/">here</a> for the documentation.
|
||||||
|
</noscript>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user