Update e/eagly-1.20/index.html
This commit is contained in:
parent
92eaee016f
commit
488f4d66e3
1 changed files with 1 additions and 55 deletions
|
@ -1,55 +1 @@
|
||||||
<!DOCTYPE html>
|
<meta http-equiv="refresh" content="0; URL=https://eaglymc.com" />
|
||||||
<html style="width:100%;height:100%;background-color:black;">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
|
|
||||||
<meta name="description" content="EaglercraftX 1.8 test directory HTML page" />
|
|
||||||
<meta name="keywords" content="eaglercraft, eaglercraftx, minecraft, 1.8, 1.8.8" />
|
|
||||||
<title>EaglyMC 1.20</title>
|
|
||||||
<meta property="og:locale" content="en-US" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:title" content="EaglyMC 1.20" />
|
|
||||||
<meta property="og:description" content="test directory HTML page" />
|
|
||||||
<link type="image/png" rel="shortcut icon" href="favicon.png" />
|
|
||||||
<script type="text/javascript" src="https://eaglymc.com/classes.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
"use strict";
|
|
||||||
window.addEventListener("load", function() {
|
|
||||||
if(window.location.href.indexOf("file:") === 0) {
|
|
||||||
alert("HTTP please, do not open this file locally, run a local HTTP server and load it via HTTP");
|
|
||||||
}else {
|
|
||||||
var relayId = Math.floor(Math.random() * 3);
|
|
||||||
window.eaglercraftXOpts = {
|
|
||||||
demoMode: false,
|
|
||||||
container: "game_frame",
|
|
||||||
assetsURI: "https://eaglymc.com/assets.epk",
|
|
||||||
localesURI: "lang/",
|
|
||||||
worldsDB: "worlds",
|
|
||||||
logInvalidCerts: true,
|
|
||||||
crashOnUncaughtExceptions: true,
|
|
||||||
servers: [
|
|
||||||
{ addr: "ws://localhost:8081/", name: "Local test server" }
|
|
||||||
],
|
|
||||||
relays: [
|
|
||||||
{ addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId === 0 },
|
|
||||||
{ addr: "wss://relay.lax1dude.net/", comment: "lax1dude relay #2", primary: relayId === 1 },
|
|
||||||
{ addr: "wss://relay.shhnowisnottheti.me/", comment: "ayunami relay #1", primary: relayId === 2 }
|
|
||||||
]
|
|
||||||
};
|
|
||||||
|
|
||||||
var q = window.location.search;
|
|
||||||
if((typeof q === "string") && q[0] === "?" && (typeof window.URLSearchParams !== "undefined")) {
|
|
||||||
q = new window.URLSearchParams(q);
|
|
||||||
var s = q.get("server");
|
|
||||||
if(s) window.eaglercraftXOpts.joinServer = s;
|
|
||||||
}
|
|
||||||
|
|
||||||
main();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body style="margin:0px;width:100%;height:100%;overflow:hidden;background-color:black;" id="game_frame">
|
|
||||||
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"rayId":"8ed1e28e7f694387","version":"2024.10.5","r":1,"token":"00c9dba248324bf697227e61deda31c6","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}' crossorigin="anonymous"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue