-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
54 lines (41 loc) · 1.46 KB
/
index.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
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>Espace membre</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="bootstrap/css/full-slider.css">
<link rel="stylesheet" type="text/css" href="styles/accueil.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.php">Bienvenue !</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="inscription.php"><span class="glyphicon glyphicon-user"></span> Inscription</a></li>
<li><a href="connexion.php"><span class="glyphicon glyphicon-log-in"></span> Connexion</a></li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="profile-content">
<h2>Informations personnelles</h2>
<p>Merci de me laisser un message pour plus d'informations !</p>
</div>
</div>
</div>
<div>
<center><a href="#"><span class="glyphicon glyphicon-copyright-mark"></span>Copyright
</center></a>
</div>
</div>
</body>
</html>