Expolibre-3-www/en/exhibit.php

46 lines
1.5 KiB
PHP

<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" />
<meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution."/>
<meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Set up the exhibit in your town</title>
<!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
<!-- script -->
<script src="../js/vendor/modernizr.js"></script>
<!-- font -->
</head>
<body>
<!-- body content here -->
<!-- top bar -->
<?php include ("banniere.php"); ?>
<!-- fin nav -->
<?php include ("exposer-contenu.php"); ?>
<!-- footer -->
<?php include ("footer.php"); ?>
<!-- fin footer -->
<!-- fin body-->
<?php include ("script-footer.php"); ?>
</body>
</html>