fixed checked
This commit is contained in:
parent
f1d6fb28f5
commit
39ad2fd324
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
|
||||
<body>
|
||||
<div class="center-text">
|
||||
<input type="radio" id="tab-links" name="tab" style="display: none;">
|
||||
<input type="radio" id="tab-contact" name="tab" checked style="display: none;">
|
||||
<input type="radio" id="tab-links" name="tab" checked style="display: none;">
|
||||
<input type="radio" id="tab-contact" name="tab" style="display: none;">
|
||||
|
||||
<div class="tabs">
|
||||
<label for="tab-links" class="tab">Links & Donate</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue