-
Notifications
You must be signed in to change notification settings - Fork 0
/
keke.php
49 lines (47 loc) · 1.88 KB
/
keke.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/knacss.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/galerie.css">
<link rel="stylesheet" href="css/fontawesome.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<?php include('header.php'); ?>
<div class="main_wrap">
<div class="wrapper grid-1-3">
<?php include('nav.php'); ?>
<div id="tuyaux">
<h2>Vie étudiante</h2>
<h3>Kéké les bons tuyaux</h3>
<p>
La vie étudiante, c’est parfois la lose <a href="lose.php">(toi-même, tu sais)</a>. Mais ressaisis-toi espèce de branleur
! Kéké les bons tuyaux te livre une série de conseils qui te seront des
plus utiles pour relever les défis du quotidien !
</p>
<img src="img/keke/KLBT-cafe.png">
<img src="img/keke/KLBT-chat.png">
<img src="img/keke/KLBT-hiver.png">
<img src="img/keke/KLBT-manche.png">
<img src="img/keke/KLBT-matin.png">
<img src="img/keke/KLBT-medecine.png">
<img src="img/keke/KLBT-pc.png">
<img src="img/keke/KLBT-pouce.png">
<img src="img/keke/KLBT-reponsed.png">
<img src="img/keke/KLBT-revision.png">
<img src="img/keke/KLBT-stval.jpg">
</div>
</div>
</div>
<?php include('footer.php'); ?>
</body>
</html>