-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd03585
commit 2b91a6c
Showing
22 changed files
with
377 additions
and
357 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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-local.ts"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.