Expolibre-3-www/it/_cos-e-il-software-libero.php

41 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php include ("../lib/i18n.php"); ?>
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="it" > <![endif]-->
<html class="no-js" lang="it" >
<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>Cosè il software libero?</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 ("cos-e-il-software-libero-contenu.php"); ?>
<!-- footer -->
<?php include ("footer.php"); ?>
<!-- fin footer -->
<!-- fin body-->
<?php include ("script-footer.php"); ?>
</body>
</html>