Update index.html
This commit is contained in:
parent
36ec6d4cae
commit
727f1c665d
24
index.html
24
index.html
|
@ -1,31 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Slash's LITE Resource pack </title>
|
||||
<title>日本語</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Eaglercraft (slash's resource pack) is real Minecraft 1.5.2 that you can play in any regular web browser. That includes school chromebooks, it works on all chromebooks. It supports both singleplayer and multiplayer with no extensions." />
|
||||
<meta name="keywords" content="minecraft, eaglercraft, singleplayer, applet, replit, browser, html5, javascript, chromebook, lax1dude, games, eagler" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /
|
||||
<meta name="description" content="Eaglercraftは無料で本物のMinecraft Java版の1.5.2をプレイできます。U5KUNによって日本語化され、日本の方でも手軽にプレイできるようになりました。学校のchromebookも含む、全てのクロームブックやブラウザでプレイ可能です。拡張機能は必要ありません。シングルプレイ、マルチプレイ両方ともサポートされています。" />
|
||||
<meta name="keywords" content="minecraft, eaglercraft, singleplayer, applet, replit, browser, html5, javascript, chromebook, lax1dude, games, eagler, japanese, マイクラ, 日本語, クロームブック, 学校, イーグル, クラフト, イーグルクラフト, マインクラフト, ブラウザ, HTML, web, ウェブ, オンライン, Java Edition, ダウンロード不要, Unblocked games, 1.5.2, サーバー, マルチプレイ、 本物, 無料, シングルプレイ" />
|
||||
<meta name="author" content="lax1dude" />
|
||||
<meta property="og:title" content="Eaglercraft" />
|
||||
<meta property="og:locale" content="en-US" />
|
||||
<meta property="og:type" content="website" />
|
||||
<!-- Change this: <meta property="og:image" content="https://media.discordapp.net/attachments/378764518081429506/932053915061587978/thumbnail2.png" /> -->
|
||||
<meta property="og:description" content="Eaglercraft is real Minecraft 1.5.2 that you can play in any regular web browser. That includes school chromebooks, it works on all chromebooks. It supports both singleplayer and multiplayer with no extensions." />
|
||||
<meta property="og:description" content="Eaglercraftは無料で本物のMinecraft Java版の1.5.2をプレイできます。U5KUNによって日本語化され、日本の方でも手軽にプレイできるようになりました。学校のchromebookも含む、全てのクロームブックやブラウザでプレイ可能です。拡張機能は必要ありません。シングルプレイ、マルチプレイ両方ともサポートされています。" />
|
||||
<!-- Change this: <meta property="og:url" content="https://g.eags.us/eaglercraft/" /> -->
|
||||
<script type="text/javascript" src="classes.js"></script>
|
||||
<script type="text/javascript" src="eagswebrtc.js"></script>
|
||||
<script type="text/javascript">
|
||||
if(document.location.href.startsWith("file:")) {
|
||||
alert("You cannot 'open' this file in your browser, the code doesn't work. Upload this folder to your HTTP(s) server and access it via the internet to launch the stable-download game. This is not a bug, please read the documentation");
|
||||
alert("このHTMLファイルはブラウザで直接'開く'ことはできません。あなたのHTTPサーバーにアップロードしてアクセスしてプレイできます。バグではありません。付属のドキュメントを参照してください。");
|
||||
}else {
|
||||
window.addEventListener("load", function(){
|
||||
const relayId = Math.floor(Math.random() * 3);
|
||||
window.eaglercraftOpts = {
|
||||
container: "game_frame", assetsURI: "assets.epk", serverWorkerURI: "worker_bootstrap.js", worldsFolder: "MAIN",
|
||||
servers: [
|
||||
{ serverName: "A*spixel", serverAddress: "wss://web.asspixel.net/CAPixel/", hideAddress: false },
|
||||
{ serverName: "Aeon(the pit)", serverAddress: "wss://aeon.megatkc.repl.co/", hideAddress: false }
|
||||
{ serverName: "A*spixel(Hypixelにそっくり)", serverAddress: "wss://web.asspixel.net/CAPixel/", hideAddress: false },
|
||||
{ serverName: "Aeon(The Pitがあるよ!)", serverAddress: "wss://aeon.megatkc.repl.co/", hideAddress: false }
|
||||
],
|
||||
relays: [
|
||||
{ addr: "wss://relay.deev.is/", name: "lax1dude relay #1", primary: relayId == 0 },
|
||||
|
@ -33,9 +33,9 @@ relays: [
|
|||
{ addr: "wss://relay.shhnowisnottheti.me/", name: "ayunami relay #1", primary: relayId == 2 }
|
||||
],
|
||||
mainMenu: { splashes: [
|
||||
"Slash's Resource pack",
|
||||
"EEEEEEEEE!"
|
||||
], eaglerLogo: false }};
|
||||
"Translated by U5KUN!!",
|
||||
"U5KUNが翻訳!!"
|
||||
], eaglerLogo: true }};
|
||||
(function(){
|
||||
var q = window.location.search;
|
||||
if(typeof q === 'string' && q.startsWith("?")) {
|
||||
|
@ -50,4 +50,4 @@ main();
|
|||
</head>
|
||||
<body style="margin:0px;width:100vw;height:100vh;" id="game_frame">
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue