Commit f9e2f87a210b197a75d3c3378256e7793c8f6808
1 parent
66d6b134
Header completed
topnavbar.php added menu.php added news.php added crep.js added
Showing
2 changed files
with
15 additions
and
1 deletions
Show diff stats
index.php
@@ -3,10 +3,24 @@ | @@ -3,10 +3,24 @@ | ||
3 | <head> | 3 | <head> |
4 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 4 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | 5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
6 | <meta name="description" content="Site Web de la Coupe de Robotique des Ecoles Primaires"> | 7 | <meta name="description" content="Site Web de la Coupe de Robotique des Ecoles Primaires"> |
7 | <meta name="author" content="Club Informatique de PolytechLille"> | 8 | <meta name="author" content="Club Informatique de PolytechLille"> |
8 | <title>Site Web de la Coupe de Robotique des Ecoles Primaires</title> | 9 | <title>Site Web de la Coupe de Robotique des Ecoles Primaires</title> |
10 | + <link rel="stylesheet" href="css/bootstrap.min.css"> | ||
11 | + <script type="text/javascript" src="js/crep.js"></script> | ||
12 | + <script type="text/javascript" src="js/jquery.js"></script> | ||
13 | + <script type="text/javascript" src="js/bootstrap.min.js"></script>'; | ||
9 | </head> | 14 | </head> |
10 | <body> | 15 | <body> |
16 | +<?php require_once("topnavbar.php");?> | ||
17 | + <div class="col-md-12 center-block"> | ||
18 | + <div class="col-md-3"> | ||
19 | +<?php require_once("menu.php");?> | ||
20 | + </div> | ||
21 | + <div class="col-md-9"> | ||
22 | +<?php require_once("news.php");?> | ||
23 | + </div> | ||
24 | + </div> | ||
11 | </body> | 25 | </body> |
12 | -</html> | 26 | -</html> |
27 | +</html> | ||
13 | \ No newline at end of file | 28 | \ No newline at end of file |