forked from GithubMirrors/cardconjurer
Housekeeping
- Moving to HTMX integration - Improving links for local use - File structure - Hiding clutter
This commit is contained in:
24
converter/index.html
Normal file
24
converter/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!-- 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 -->
|
Reference in New Issue
Block a user