Spaces:
Sleeping
Sleeping
Logic Upgrade: Dynamic Target Raise + Percentage Pricing
Browse files- templates/index.html +5 -0
templates/index.html
CHANGED
|
@@ -110,6 +110,11 @@
|
|
| 110 |
</label>
|
| 111 |
</div>
|
| 112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
<div style="margin-bottom:10px;">
|
| 114 |
<label style="font-size:0.75rem; color:#888;">PRIMARY SHARES (M)</label>
|
| 115 |
<input type="number" id="primary-shares" class="input-dark" value="100">
|
|
|
|
| 110 |
</label>
|
| 111 |
</div>
|
| 112 |
|
| 113 |
+
<div style="margin-bottom:10px;">
|
| 114 |
+
<label style="font-size:0.75rem; color:#888;">TARGET RAISE ($M)</label>
|
| 115 |
+
<input type="number" id="target-raise" class="input-dark" value="250">
|
| 116 |
+
</div>
|
| 117 |
+
|
| 118 |
<div style="margin-bottom:10px;">
|
| 119 |
<label style="font-size:0.75rem; color:#888;">PRIMARY SHARES (M)</label>
|
| 120 |
<input type="number" id="primary-shares" class="input-dark" value="100">
|