Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
saikat-liftoffllc committed Sep 4, 2024
1 parent f567e40 commit 7612320
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ <h2>Fuel Bill Generator</h2>
<div class="panel-heading">Select Your Template</div>
<div class="panel-body">
<label class="radio-inline"
><input type="radio" name="template" value="0" />Template
1</label
><input
type="radio"
name="template"
value="0"
checked
/>Template 1</label
>
<label class="radio-inline"
><input type="radio" name="template" value="1" />Template
2</label
>
<label class="radio-inline"
><input
type="radio"
name="template"
value="2"
checked
/>Template 3</label
><input type="radio" name="template" value="2" />Template
3</label
>
</div>
</div>
Expand Down

0 comments on commit 7612320

Please sign in to comment.