Skip to content

Commit

Permalink
add: index.html in root repo to redirect into web_export folder (#99)
Browse files Browse the repository at this point in the history
* replace: new export html5

* add: index.html that redirects
  • Loading branch information
ZILECAO authored Jun 14, 2024
1 parent cef9a78 commit 0c67198
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting to ArcaneReveal</title>
<meta http-equiv="refresh" content="0; URL='godot/web_export/ArcaneReveal.html'">
</head>
<body>
<p>Redirecting to <a href="godot/web_export/ArcaneReveal.html">ArcaneReveal</a>...</p>
</body>
</html>

0 comments on commit 0c67198

Please sign in to comment.