Commit 0e66c2ebfff94a4b14fd44a5c9de65157e3a739f
1 parent
02337ae1
ajout d un titre h2
Showing
1 changed file
with
1 additions
and
13 deletions
Show diff stats
news.php
1 | -<form class="form-horizontal" role="form"> | |
2 | - | |
3 | - <div class="form-group"> | |
4 | - <div class="col-sm-offset-2 col-sm-10"> | |
5 | - <div class="checkbox"> | |
6 | - <label> | |
7 | - <input type="checkbox"> TEST | |
8 | - </label> | |
9 | - </div> | |
10 | - </div> | |
11 | - </div> | |
12 | - | |
13 | -</form> | |
1 | +<h2> News </h2> | |
14 | 2 | |
15 | 3 | <?php |
16 | 4 | require_once("creds.php"); | ... | ... |