Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM committed Mar 1, 2024
1 parent 89f8039 commit 0235595
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<!--
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down Expand Up @@ -107,4 +108,9 @@
</div>
<script src="ext.js"></script>
</body>
-->
<head>
<!-- redirect to game/iframe with that one meta tag-->
<meta http-equiv="refresh" content="0; url=game/iframe.html" />
</head>
</html>

0 comments on commit 0235595

Please sign in to comment.