osanseviero commited on
Commit
93c5035
·
1 Parent(s): af45100

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -250,7 +250,7 @@
250
  onclick="lowerPrice()">lower</button>
251
  <button class = "button2" id = "btnRaisePrice"
252
  onclick="raisePrice()">raise</button>
253
- Price per Model: $ <span id="margin">.25</span><br />
254
 
255
  Public Demand: <span id="demand">10</span>%<br />
256
  <br />
 
250
  onclick="lowerPrice()">lower</button>
251
  <button class = "button2" id = "btnRaisePrice"
252
  onclick="raisePrice()">raise</button>
253
+ Price per Model: $ <span id="margin">.5</span><br />
254
 
255
  Public Demand: <span id="demand">10</span>%<br />
256
  <br />