Files
cardconjurer/converter/index.html
MrTeferi 432bdc998b Housekeeping
- Moving to HTMX integration
- Improving links for local use
- File structure
- Hiding clutter
2022-11-21 16:17:13 -06:00

24 lines
1.2 KiB
HTML

<!-- START OF CONTENT -->
<h2 class='readable-background header-extension title center margin-bottom-large'>MPC to Regular Converter</h2>
<style>
</style>
<div class="layer margin-bottom-large">
<div class='padding margin-bottom readable-background'>
<h5 class='margin-bottom padding input-description'>Upload the image that you'd like to convert</h5>
<div class='padding drop-area'>
<h5 class='margin-bottom padding input-description'>Drag and drop</h5>
<input type='file' multiple accept='.png, .svg, .jpg, .jpeg, .bmp' placeholder='File Upload' class='input' oninput='uploadFiles(event.target.files, prepareImage, "filename");' data-dropFunction='prepareImage' data-otherParams='filename'>
</div>
</div>
</div>
<div class="readable-background layer margin-bottom-large">
<h3 class='padding margin-bottom center'>
Convert MPC-ready cards back into regular sized versions
</h3>
<h4 class='padding'>
Simply upload your card images (one at a time) and the finished versions will be downloaded automatically.
</h4>
</div>
<script defer src="/converter/converter.js"></script>
<!-- END OF CONTENT -->