added site files

This commit is contained in:
gribse 2025-05-16 18:47:33 +02:00
parent 80c0c869de
commit 1285e550c6
191 changed files with 3484 additions and 0 deletions

61
graphe.php Normal file
View file

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
<title>PEM2T</title>
<link rel="shortcut icon" href="index/images/favicon.png"/>
<!-- GALLERY -->
<meta name="viewport" content="width=720">
<!-- jQuery, -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
<!-- MATHJAX -->
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
</script>
</head>
<body>
<?php include("index/includes/header.php"); ?>
<section>
<article>
<h1>Graphe de démontage</h1>
<h2>Détails auxquels il faut faire attention lors du montage ou du démontage du moteur :</h2>
<ul>
<li>Le filetage présent sur le vilebrequin et permettant de bloquer le volant magnétique grâce à un écrou est un filetage en pas à gauche</li>
<li>La rotation de laxe du piston est assurée dans la bielle par une sorte de roulement à aiguilles qui ont tendance à tomber lorsque laxe est retiré</li>
</ul>
<h2>Vidéo</h2>
<iframe width="auto" height="315" src="https://www.youtube.com/embed/p5qmNqCmT5w" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>
<a href="choixtech.php">Page suivante - Analyses technologiques</a>
<img id="arrowRight" src="index/images/arrow-right.png"></img>
</h2>
</article>
<?php include("index/includes/aside.php"); ?>
</section>
<?php include("index/includes/footer.php"); ?>
</body>
</html>