site-pem2t/graphe.php

61 lines
No EOL
1.9 KiB
PHP
Executable file
Raw Permalink 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.

<!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>