added site files

This commit is contained in:
gribse 2025-05-16 18:49:08 +02:00
parent a6f70a6c78
commit 329148c253
253 changed files with 30486 additions and 0 deletions

12
index/includes/header.php Normal file
View file

@ -0,0 +1,12 @@
<header>
<img src="index/images/bannerTpe.png" alt="TPE G30"></img>
<nav>
<div><a href="index.php" onclick=showF('tb')>Introduction</a></div>
<div><a href="page1-son.php" onclick=showF('tb')>Théorie basique du son</a></div>
<div><a href="page2-cs" onclick=showF('cs') >La chauve-souris</a></div>
<div><a href="page3-ex1" onclick=showF('ex1') >Expérience 1 : les ultrasons</a></div>
<div><a href="page4-ex2" onclick=showF('ex2') >Expérience 2 : Le robot</a></div>
<div><a href="page5-ccln" onclick=showF('ccln')>Conclusion</a></div>
<div><a href="page6-src" onclick=showF('src')>Sources</a></div>
</nav>
</header>