forked from rebillar/site-accueil-insa
id
This commit is contained in:
parent
f954efec1d
commit
36a70d9e34
1 changed files with 4 additions and 4 deletions
8
info.php
8
info.php
|
@ -14,7 +14,7 @@ ob_start(); // Start reading html
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="main_content">
|
<div id="main_content">
|
||||||
<section>
|
<section id="contact">
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
<p>
|
<p>
|
||||||
Voici la merveilleuse page que personne lit ! Mais t'es là, donc autant en profiter.
|
Voici la merveilleuse page que personne lit ! Mais t'es là, donc autant en profiter.
|
||||||
|
@ -76,7 +76,7 @@ ob_start(); // Start reading html
|
||||||
association gérée par des élèves de l'INSA, pour proposer aux étudiants des activités et des services.
|
association gérée par des élèves de l'INSA, pour proposer aux étudiants des activités et des services.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section id="credit">
|
||||||
<h1>Credits</h1>
|
<h1>Credits</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -103,11 +103,11 @@ ob_start(); // Start reading html
|
||||||
<li><a href="https://www.javascript.com/" class="link" target="_js">JS</a></li>
|
<li><a href="https://www.javascript.com/" class="link" target="_js">JS</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section id="starterpack">
|
||||||
<h1>Pour les plus stressés :</h1>
|
<h1>Pour les plus stressés :</h1>
|
||||||
<?php include "assets/img/starterpack.svg"; ?>
|
<?php include "assets/img/starterpack.svg"; ?>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section id="privacy">
|
||||||
<h1>Vie Privee</h1>
|
<h1>Vie Privee</h1>
|
||||||
<p>
|
<p>
|
||||||
Le site utilise <a href="https://matomo.org/" class="link">Matomo</a> pour analyser la
|
Le site utilise <a href="https://matomo.org/" class="link">Matomo</a> pour analyser la
|
||||||
|
|
Loading…
Reference in a new issue