-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
</head>
<body onload="main( sec, sev, vlist )">
<nav class="lapis-nav">Minecraft 共存版列表</nav><br><br>
<h1>Search</h1>
<p>Find the version you're looking for<br>查找你想找的版本吧</p>
在此搜索已找到你想找到的版本
<input type="text" placeholder="1.14.514" id="sev">
<button id="sec">Search</button>
<h1>List</h1>
<p>List of Minecraft co-existing versions<br>支持的Minecraft共存版版本列表</p>
<div id="vlist">
<center><img src="loading.jpg" width="30%" style="margin: 20px"></center>
</div>
<h1>ReadMe</h1>
<p>How to contribute to this version repo<br>如何为本版本库做出贡献</p>
本仓库为各位AndroidのMinecraft爱好者提供Mc不分版本的共存版本,方便各位玩家同时Play两个不同的版本,不用卸载其中之一,解决新版本没有假期创作者,正式版没有延迟渲染等Question!<br>
如果你想为本版本库做出贡献,您可以向本仓库(LapisNet/mc-cloner)提交Issue,您只需要提供一段包含版本内容的JSON对象!<br>
具体内容可参考 Version.json 喵<br>
本页面目前由 <a href="https://lapis-net.top/">LapisNet</a> 进行维护
</body>
</html>