add clarification to inputs

This commit is contained in:
ayunami2000 2022-07-26 13:25:12 -04:00
parent d33aa1b4e4
commit 29ba21f841

View File

@ -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>