Update index.php

This commit is contained in:
Kyle
2020-12-28 11:26:43 -08:00
parent 234f2fccdd
commit 74886b2007

View File

@@ -55,7 +55,7 @@
<div id='creator-menu-sections' class='margin-bottom'> <div id='creator-menu-sections' class='margin-bottom'>
<div id='creator-menu-frame'> <div id='creator-menu-frame'>
<div class='readable-background margin-bottom padding'> <div class='readable-background margin-bottom padding'>
<h5 class='margin-bottom padding input-description'>Select a Frame Group, a Frame Pack, then you may Load the selected Frame Version</h5> <h5 class='margin-bottom padding input-description'>Select a Frame Group and a Frame Pack, then you may Load the selected Frame Version</h5>
<div class='input-grid margin-bottom'> <div class='input-grid margin-bottom'>
<select id='selectFrameGroup' onchange='loadScript("/js/frames/group" + this.value + ".js")' class='input'> <select id='selectFrameGroup' onchange='loadScript("/js/frames/group" + this.value + ".js")' class='input'>
<option disabled>Standard Frames</option> <option disabled>Standard Frames</option>
@@ -78,7 +78,7 @@
</div> </div>
</div> </div>
<div class='readable-background margin-bottom padding'> <div class='readable-background margin-bottom padding'>
<h5 class='margin-bottom padding input-description'>Select a Frame Image, a Mask, then add it to your card</h5> <h5 class='margin-bottom padding input-description'>Select a Frame Image and a Mask, then add it to your card</h5>
<div class='split-grid margin-bottom'> <div class='split-grid margin-bottom'>
<div id='frame-picker' class='frame-picker'></div> <div id='frame-picker' class='frame-picker'></div>
<div id='mask-picker' class='mask-picker'></div> <div id='mask-picker' class='mask-picker'></div>