AJAYKASU commited on
Commit
af4ee73
·
verified ·
1 Parent(s): 7d2fedf

Logic Upgrade: Dynamic Target Raise + Percentage Pricing

Browse files
Files changed (1) hide show
  1. 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">