Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisal-D authored Feb 12, 2024
1 parent 6b6d844 commit fbcb220
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 @@ -11,6 +11,7 @@

<body>
<h1>Binary Calculator</h1>

<fieldset class="input-fieldset">
<legend id="input-legend">Input</legend>
<form>
Expand Down Expand Up @@ -72,7 +73,7 @@ <h1>Binary Calculator</h1>
</table>
</form>
</fieldset>

<div id="output-div">
<fieldset class="output-fieldset" id="output-fieldset-1" >
<legend id="output-fieldset-1-legend" class="output-legend"></legend>
Expand All @@ -93,7 +94,6 @@ <h1>Binary Calculator</h1>
</fieldset>
</div>


<script src="script.js" language="JavaScript" type="text/javaScript"></script>
</body>
</html>

0 comments on commit fbcb220

Please sign in to comment.