mirror of
https://github.com/ayunami2000/ayunWebEPK.git
synced 2024-11-21 10:16:04 -08:00
add clarification to inputs
This commit is contained in:
parent
d33aa1b4e4
commit
29ba21f841
|
@ -57,10 +57,12 @@
|
|||
<body>
|
||||
<h1>ayunWebEPK</h1>
|
||||
<p>Compile EPK files in your browser!</p>
|
||||
Select .ZIP archive: <input type="file" onchange="selectFile(this);"/>
|
||||
<br/>
|
||||
Select resources folder: <input type="file" onchange="selectFile(this);" directory webkitdirectory/>
|
||||
<br/>
|
||||
<i>~or~</i>
|
||||
<br/>
|
||||
Select .ZIP archive of resources: <input type="file" onchange="selectFile(this);" accept=".zip"/>
|
||||
<br/>
|
||||
<progress value="0" max="1"></progress>
|
||||
<a download="assets.epk">Download your EPK!</a>
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user