mirror of
https://github.com/barkeser2002/bariskeser-mc-1.8.git
synced 2026-09-25 12:46:09 +03:00
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
45 lines
1.7 KiB
HTML
45 lines
1.7 KiB
HTML
<!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> |