Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedTsmu committed Apr 6, 2023
1 parent b52eb06 commit 795c65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<div class="container">
<h1>Weight Plate Mold Calculator</h1>
<h1>Gym Weight Plate Mold Calculator</h1>
<form>
<label for="weight">Weight (kg)</label>
<input
Expand All @@ -28,7 +28,7 @@ <h1>Weight Plate Mold Calculator</h1>
step="0.1"
required
/>
<button type="button" onclick="calculate()">Calculate</button>
<button type="button" onclick="calculate()" title="press Enter">Calculate</button>
</form>
<div class="result" id="result"></div>
</div>
Expand Down

0 comments on commit 795c65b

Please sign in to comment.