Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RupakBiswas-2304 committed Aug 27, 2022
1 parent 736fb6d commit fec9aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygoat/introduction/templates/mitre/mitre_lab_25.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h4 style="text-align:center"> Calculator </h4>
<div class="login" style="display: flex;justify-content: center;flex-direction: column;}">
<div>
<input type="textarea" id="input" style="width: 200px;height: 50px;">
<input type="textarea" id="input" style="width: 400px;height: 50px;">
<button id="btn" style="width: 100px;height: 50px;" onclick="calculate()"> Calculate </button>
</div>
<textarea id="output" style="width: 40%;height: 20px;"></textarea>
Expand Down

0 comments on commit fec9aa0

Please sign in to comment.