Spaces:
Running
Running
Commit
·
ee71f1a
1
Parent(s):
57ca517
Upload index.html
Browse files- 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"
|
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 />
|