Files
barkeser2002 0af57139e1 Changes to be committed:
modified:   buildtools/production-index-ext.html
	modified:   buildtools/production-index.html
	deleted:    sources/resources/assets/eagler/skins/25.Hector-Buyucu.png
	deleted:    sources/resources/assets/eagler/skins/26.Tatile-Cikan-Hector.png
	deleted:    sources/resources/assets/eagler/skins/27.Yilbasi-Hector.png
	deleted:    sources/resources/assets/eagler/skins/28.Dedektif-Hector.png
	modified:   sources/setup/workspace_template/javascript/OfflineDownloadTemplate.txt
	modified:   sources/setup/workspace_template/javascript/index.html
2023-02-04 07:39:36 +03:00

45 lines
1.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Tarayacınız üzerinden minecraft oynayın" />
<meta name="keywords" content="bariskesermc, bariskeser, minecraft, 1.8, 1.8.8" />
<title>Baris Keser Minecraft 1.8</title>
<meta property="og:locale" content="tr-TR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Baris Keser Minecraft 1.8" />
<meta property="og:description" content="Tarayacınız üzerinden minecraft oynayın" />
<link type="image/png" rel="shortcut icon" href="favicon.png" />
<script type="text/javascript" src="classes.js"></script>
<script type="text/javascript" src="fix-webm-duration.js"></script>
<script type="text/javascript">
"use strict";
window.addEventListener("load", () => {
if(document.location.href.startsWith("file:")) {
alert("HTTP lütfen, bu dosyayı yerel olarak açmayın, yerel bir HTTP sunucusu çalıştırın ve HTTP yoluyla yükleyin");
}else {
window.eaglercraftXOpts = {
container: "game_frame",
assetsURI: "assets.epk",
localesURI: "lang/",
servers: [
{ addr: "ws://ip.bariskeser.com:8888/", name: "Herkese Açık Sunucumuz" }
]
};
var q = window.location.search;
if(typeof q === "string" && q.startsWith("?")) {
q = new URLSearchParams(q);
var s = q.get("server");
if(s) window.eaglercraftXOpts.joinServer = s;
}
main();
}
});
</script>
</head>
<body style="margin:0px;width:100vw;height:100vh;overflow:hidden;" id="game_frame">
</body>
</html>