enable mode selection
This commit is contained in:
parent
04c85e10ba
commit
1353a57990
3 changed files with 31 additions and 158 deletions
|
@ -29,6 +29,16 @@
|
|||
<a class="nav-link active" aria-current="page" href="/">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btn-group ms-auto" role="group" aria-label="Mode selection">
|
||||
<input type="radio" class="btn-check" name="mode" id="normal" autocomplete="off" checked>
|
||||
<label class="btn btn-outline-primary" for="normal">Normal</label>
|
||||
|
||||
<input type="radio" class="btn-check" name="mode" id="enhanced" autocomplete="off">
|
||||
<label class="btn btn-outline-primary" for="enhanced">Enhanced</label>
|
||||
|
||||
<input type="radio" class="btn-check" name="mode" id="bonkers" autocomplete="off">
|
||||
<label class="btn btn-outline-primary" for="bonkers">Bonkers</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue