forked from rtm516/ConvertJavaTextureToBedrock
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Showing
8 changed files
with
142 additions
and
55 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,61 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title><%= require("./../../package").description %></title> | ||
<title> | ||
<%= require("./../../package").description %> | ||
</title> | ||
<meta content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<nav class="nav-extended brown"> | ||
<div class="nav-content"> | ||
<span class="nav-title"><%= require("./../../package").description %></span> | ||
</div> | ||
</nav> | ||
</header> | ||
<main> | ||
<span>Select </span> | ||
<label class="btn green"><input accept=".zip" id="selectInputFileButton" title="Select zip file" type="file">Zip | ||
file</label> | ||
<label> </label> | ||
<label class="btn green disabled"><input id="selectInputFolderButton" title="Select folder" type="file" | ||
webkitdirectory>Folder</label> | ||
<span> or drag'n'drop</span> | ||
</main> | ||
<footer class="page-footer brown"> | ||
<div class="switch"> | ||
<label> | ||
<input id="experimentalSwitch" type="checkbox"> | ||
<span class="lever"></span> | ||
Experimental conversions | ||
</label> | ||
</div> | ||
<div class="footer-copyright"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col l6"> | ||
<div>Works directly in your browser - no upload required and offline usage</div> | ||
<div>More infos in the <a class="green-text" | ||
href="https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/blob/master/README.md" | ||
target="_blank">Readme</a></div> | ||
<header> | ||
<div class="row text-center"> | ||
<nav class="nav-extended brown"> | ||
<div class="nav-content"> | ||
<span class="nav-title"> | ||
<span class="dekstopOnly"> | ||
<%= require("./../../package").description %> | ||
</span> | ||
<span class="mobileOnly"> | ||
MCJava to MCBedrock | ||
</span> | ||
</span> | ||
</div> | ||
<div class="col l6"> | ||
<div> | ||
NOT OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG | ||
</nav> | ||
</div> | ||
</header> | ||
<main> | ||
<span>Select </span> | ||
<label class="btn green"><input accept=".zip" id="selectInputFileButton" title="Select zip file" type="file">Zip | ||
file</label> | ||
<label> </label> | ||
<label class="btn green"><input id="selectInputFolderButton" title="Select folder" type="file" | ||
webkitdirectory>Folder</label> | ||
<span> or drag'n'drop</span> | ||
</main> | ||
<footer class="page-footer brown"> | ||
<div class="footer-copyright"> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-lg-4"> | ||
<div class="switch"> | ||
<label> | ||
<input id="experimentalSwitch" type="checkbox"> | ||
<span class="lever"></span> | ||
Experimental conversions | ||
</label> | ||
</div> | ||
<br> | ||
</div> | ||
<div> </div> | ||
<div> | ||
Version: <%= require("./../../package").version %> | ||
<div class="col-lg-4"> | ||
<div>Works directly in your browser - no upload required and offline usage. For more infomation, please read the <a class="green-text" href="https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/blob/master/README.md" target="_blank">Readme</a></div> | ||
<br> | ||
</div> | ||
<div> | ||
<a class="green-text" href="https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock" | ||
target="_blank">Source</a> | ||
<div class="col-lg-4"> | ||
<div> | ||
NOT OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG | ||
</div> | ||
<div> </div> | ||
<div> | ||
Version: | ||
<%= require("./../../package").version %> | ||
<a class="green-text" href="https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock" target="_blank">Source</a> | ||
</div> | ||
<br> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<div class="toast" id="toastMessage"></div> | ||
</footer> | ||
<div class="toast" id="toastMessage"></div> | ||
</body> | ||
</html> | ||
|
||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import headerImage from './../img/header.jpg'; |
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