Skip to content

Commit 4c6e3c2

Browse files
Update index.html
1 parent f52cf63 commit 4c6e3c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project-6-weight-converter/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ <h1 class="heading">Weight Converter</h1>
1313
<label for="pounds">POUNDS: </label>
1414
<input type="number" id="input" class="input" step="0.1" placeholder="Enter number">
1515
</div>
16-
<p class="result-txt">Your weight in KG is: <span id="result">100</span></p>
17-
<p class="error" id="error">Error</p>
16+
<p class="result-txt">Your weight in KG is: <span id="result"></span></p>
17+
<p class="error" id="error"></p>
1818
</div>
1919
<script src="main.js"></script>
2020
</body>

0 commit comments

Comments
 (0)