forked from vergnet/site-accueil-insa
31 lines
No EOL
1.5 KiB
PHP
31 lines
No EOL
1.5 KiB
PHP
<?php
|
|
ob_start(); // Start reading html
|
|
?>
|
|
<main>
|
|
<h1>Les chansons</h1>
|
|
|
|
<p>A l'INSA, Toulouse, les chansons sont très importantes, vous allez en chanter beaucoup et très fort pendant votre semaine d'intégration.
|
|
|
|
Pour que tu sois prêt pour cette semaine et pour l'entièreté de ta vie étudiante, on pense que c'est important que tu connaisses les chansons suivantes:</p>
|
|
|
|
<br><br>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/_YXjuDdcH3g" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
|
|
<br><br>
|
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/bpEmjxobvbY" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
<br><br>
|
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/zD80w-mPrKw" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
<br><br>
|
|
|
|
<p>Et on vous présente la chanson de l'année dernière faîte par le Bureau :</p>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/8Eapq5TOzn4" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</main>
|
|
<?php
|
|
$infopage = ["", "Les chansons", ob_get_clean(), "", "chansons"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 5
|
|
include("structure/template.php");
|
|
?>
|