Spaces:
Running
Running
Commit
·
29e5194
1
Parent(s):
5970168
Upload index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -250,9 +250,9 @@
|
|
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">
|
256 |
<br />
|
257 |
|
258 |
<button class = "button2" id = "btnExpandMarketing"
|
|
|
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">5</span>%<br />
|
256 |
<br />
|
257 |
|
258 |
<button class = "button2" id = "btnExpandMarketing"
|