Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AiGptCode authored May 19, 2024
1 parent d0689a4 commit 224bec1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,22 @@
<body>
<div class="container">
<h1>Configuration Profile Generator</h1>
<!-- Add form for configuration generator -->
<form id="config-form">
<!-- APN -->
<div class="mb-3">
<label for="apn" class="form-label apn">APN:</label>
<select id="apn" class="form-select">
<option value="mcinet">MCI</option>
<option value="mtnirancell">Irancell</option>
<option value="RighTel">RighTel</option>
</select>
<div class="form-text">اپراتور خود را انتخاب کنید</div>
</div>

<button type="submit" class="btn btn-primary">Generate Configuration Profile</button>
</form>

<!-- Message box -->
<div class="alert mt-3" role="alert">
<h4 class="alert-heading carrier">Signal Booster:</h4>
Expand Down

0 comments on commit 224bec1

Please sign in to comment.