Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: SkandaBT <9980056379Skanda@gmail.com>
  • Loading branch information
skanda890 authored Nov 16, 2024
1 parent ae9384a commit 16455aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math-calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ <h1 class="text-center">Math Calculator</h1>
<h2>Results:</h2>
<p><strong>Question:</strong> <span id="question"></span></p>
<p><strong>Solution:</strong> <span id="solution"></span></p>
<p><strong>Explanation:</strong><span id="explanation"></span></p>
</div>
</div>

<script>
document.getElementById('calcForm').addEventListener('submit', async function(event) {
event.preventDefault();
Expand Down

0 comments on commit 16455aa

Please sign in to comment.