-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 789 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="RESENT_LATEST_AVAILABLE_VERSION" content="5.1-patch-0" />
<meta name="RESENT_AVAILABLE_MC_VERSIONS" content="1.8.8" />
<meta name="RESENT_AVAILABLE_PLATFORMS" content="WASM-GC" />
<title>Resent Client redirect</title>
<script>
window.location.href =
"https://elite4r.github.io/Resent-Client/game.html";
</script>
</head>
<body>
<p>Redirecting to Resent Client...</p>
<p>If you are not redirected automatically, <a href="https://elite4r.github.io/Resent-Client/game.html"
>click here</a>.
</p>
<p>Make sure to enable pop-ups in your browser.</p>
</body>
</html>