Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PepeOnGithub authored Aug 13, 2024
1 parent 83094fb commit 9b6e8f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
<body>
<div class="container">
<h1>MC Java to Bedrock Converter</h1>
<div class="upload-btn-wrapper"><button class="btn">Upload Java Texture Pack</button> <input type="file" id="fileInput" accept=".zip">
</div> <button class="convert-btn" onclick="convertPack()">Convert to Bedrock</button>
<div class="upload-btn-wrapper">
<button class="btn">Upload Java Texture Pack</button>
<input type="file" id="fileInput" accept=".zip">
</div>
<button class="convert-btn" onclick="convertPack()">Convert to Bedrock</button>
<div id="output" class="output"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.7.1/jszip.min.js"></script>
Expand Down

0 comments on commit 9b6e8f0

Please sign in to comment.