We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 925cc00 + 70314f2 commit 8578df1Copy full SHA for 8578df1
1 file changed
index.html
@@ -65,7 +65,7 @@
65
<div class="container">
66
<h1><a style="text-decoration: none; color: #f1c40f; margin-left: 0.25rem;" href="" onclick="location.reload();">CALCULATOR</a></h1 >
67
<div class="calculator">
68
- <input type="text" name="screen" id="answer">
+ <input type="text" name="screen" id="answer" readonly>
69
<table>
70
<tr>
71
<td><button>(</button></td>
0 commit comments