-
Notifications
You must be signed in to change notification settings - Fork 0
/
i.html
39 lines (39 loc) · 1.9 KB
/
i.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
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head><head>
<meta charset="UTF-8">
<meta name="description" content="PureLauncher 我的世界启动器">
<meta name="keywords" content="PureLauncher,purelauncher,Launcher,启动器,我的世界启动器,我的世界,Minecraft,MC">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="theme-color" content="#181818">
<title data-t="installTitle">PureLauncher | Resources Install</title>
<!-- <link rel="icon" type="image/png" href="favicon.png"> -->
<meta name="mobile-web-app-capable" content="yes">
<!-- <link rel="icon" sizes="192x192" href="favicon.png"> -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#181818">
<meta name="apple-mobile-web-app-title" content="Unknown Domain">
<!-- <link rel="apple-touch-icon-precomposed" href="favicon.png"> -->
<!-- <meta name="msapplication-TileImage" content="favicon.png"> -->
<meta name="msapplication-TileColor" content="#181818">
<link type="text/css" rel="styleSheet" href="src/main.css" />
<link type="text/css" rel="styleSheet" href="src/install.css" />
</head>
</head>
<body>
<main>
<div class="loading">
<div class='squares'><div></div><div></div><div></div><div></div></div>
<p data-t="loading" id="text"></p>
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/npo.src.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fetch.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="src/i18n.ts"></script>
<script src="src/install.ts"></script>
</body>
</html>