2016-08-23 19:00:14 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="Direction de la musique de Meyenheim">
|
|
|
|
<meta name="author" content="Paul TREHIOU">
|
|
|
|
|
|
|
|
<title>Musique fraternité - Direction</title>
|
|
|
|
|
2016-11-20 00:54:32 +01:00
|
|
|
<?php include('include_head.html'); ?>
|
2016-08-23 19:00:14 +02:00
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="page-top">
|
|
|
|
|
|
|
|
<?php include('navbar.html'); ?>
|
|
|
|
|
|
|
|
<header style="background: #F05F40;">
|
|
|
|
<div class="header-content">
|
|
|
|
<div class="header-content-inner">
|
|
|
|
<img src="img/direction.jpg" class="img-responsive" style="width: 2000px;"></img>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
<?php include('contact.html'); ?>
|
|
|
|
|
2016-11-20 00:54:32 +01:00
|
|
|
<?php include('footer.html'); ?>
|
2016-08-23 19:00:14 +02:00
|
|
|
|
2016-11-20 00:54:32 +01:00
|
|
|
<?php include('include_foot.html'); ?>
|
2016-08-23 19:00:14 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|