Browse Source

Borrar cosas

master
Cristobal Bernal Mayordomo 1 year ago
parent
commit
8afce32427
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      src/main/resources/templates/index.html

+ 5
- 5
src/main/resources/templates/index.html View File

@ -39,15 +39,15 @@
<div class="col-md-9">
<div id="main">
<input id="tab1" type="radio" name="tabs" checked>
<label for="tab1">Recent Question</label>
<label for="tab1"></label>
<input id="tab2" type="radio" name="tabs">
<label for="tab2">Most Response</label>
<label for="tab2"></label>
<input id="tab3" type="radio" name="tabs">
<label for="tab3">Recently Answered</label>
<label for="tab3"></label>
<input id="tab4" type="radio" name="tabs">
<label for="tab4">No Answer</label>
<label for="tab4"></label>
<input id="tab5" type="radio" name="tabs">
<label for="tab5">Recent Post</label>
<label for="tab5"></label>


Loading…
Cancel
Save