-
Notifications
You must be signed in to change notification settings - Fork 0
/
bu.php
46 lines (44 loc) · 2.02 KB
/
bu.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
<!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" media="(max-device-width: 768px)" href="example.css" />
<link rel="stylesheet" media="(max-device-width: 480px)" href="example.css" />
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/knacss.css">
<link rel="stylesheet" href="css/articles.css">
<link rel="stylesheet" href="css/main.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="vid">
<h2>Présentation</h2>
<h3>Bienvenue à la B.U</h3>
<p>Chers étudiants de SHA ou d’ailleurs,
l’Université de Poitiers est fière
de vous offrir, grâce à la bibliothèque
universitaire Michel Foucault, le cadre
dont vous avez besoin pour pouvoir
étudier en toute sérénité. Vous trouverez
à votre service un personnel composé de
professionnels compétents et attentifs à
votre bien-être. N’hésitez pas à les
solliciter ! Ou alors hésitez.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mv03AdGaxEg" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<?php include('footer.php'); ?>
</body>
</html>