Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a redirect for web version #113

Closed
mrfatguy opened this issue Mar 27, 2024 · 0 comments · Fixed by #134
Closed

Create a redirect for web version #113

mrfatguy opened this issue Mar 27, 2024 · 0 comments · Fixed by #134
Assignees
Labels
code Pure technical or internal work, no analysis or documentation needed feature New feature or request, requires business analysis in most cases

Comments

@mrfatguy
Copy link
Contributor

Please, create an index.html code in the root folder of web version of our game with HTML redirect inside:

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="refresh" content="0; url=/renderer/main_window/index.html" />
        <!-- the document has no actual content; neither character encoding nor styles and scripts are needed -->
    </head>
    <body>
        <!-- no body content in case of redirect -->
    </body>
</html>

So that it is possible to run our game directly from domain's or hosting's root URL.

@mrfatguy mrfatguy added feature New feature or request, requires business analysis in most cases code Pure technical or internal work, no analysis or documentation needed labels Mar 27, 2024
@mrfatguy mrfatguy added this to the [0.4] Other codebases milestone Mar 27, 2024
@mrfatguy mrfatguy assigned mrfatguy and unassigned MadejaMaciej Apr 2, 2024
@mrfatguy mrfatguy assigned MadejaMaciej and unassigned mrfatguy Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Pure technical or internal work, no analysis or documentation needed feature New feature or request, requires business analysis in most cases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants