pokerogue/index.html

12 lines
231 B
HTML
Raw Normal View History

2024-05-31 13:32:32 +01:00
<!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>