mirror of
https://github.com/NohamR/Manuel.git
synced 2025-05-24 00:49:10 +00:00
105 lines
3.4 KiB
HTML
105 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="theme-color" content="#000000">
|
|
<meta name="description" content="NohamR's web site">
|
|
<link rel="apple-touch-icon" href="icon.png">
|
|
<title>Manuels de SVT</title>
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
background-color: #f2f2f2;
|
|
margin: 20px;
|
|
}
|
|
|
|
a {
|
|
font-size: 16px;
|
|
color: #800080;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #6a0dad;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
th,
|
|
td {
|
|
border: 1px solid black;
|
|
padding: 8px;
|
|
text-align: left;
|
|
}
|
|
|
|
th {
|
|
background-color: #f2f2f2;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h1>Manuels de SVT :</h1>
|
|
<ul>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/belin-1ere-svt-premiere.pdf">belin-1ere-svt-premiere.pdf</a></li>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/belin-2nd-svt-seconde.pdf">belin-2nd-svt-seconde.pdf</a></li>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/belin-svt-cycle4.pdf">belin-svt-cycle4.pdf</a></li>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/belin-terminale-svt-terminale.pdf">belin-terminale-svt-terminale.pdf</a></li>
|
|
<li><a href="hhtps://github.com/NohamR/Manuel/releases/download/bio-info/lelivrescolaire-2nd-45866264.pdf">lelivrescolaire-2nd-45866264.pdf</a></li>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/lelivrescolaire-3e-55471020.pdf">lelivrescolaire-3e-55471020.pdf</a></li>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/lelivrescolaire-4e-55471715.pdf">lelivrescolaire-4e-55471715.pdf</a></li>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/lelivrescolaire-5e-55471829.pdf">lelivrescolaire-5e-55471829.pdf</a></li>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/lelivrescolaire-cycle 4-55471488.pdf">lelivrescolaire-cycle 4-55471488.pdf</a></li>
|
|
<br>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/belin-lls-correction.zip">corection des manuels (belin et lelivrescolaire)</a></li>
|
|
</ul>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Edition</th>
|
|
<th>Code manuel</th>
|
|
<th>Nom du manuel</th>
|
|
<th>Nombre de pages</th>
|
|
</tr>
|
|
<tr>
|
|
<td>hachette</td>
|
|
<td>9782016262702</td>
|
|
<td>Planete SVT 2de - Ed. 2019</td>
|
|
<td>256</td>
|
|
</tr>
|
|
<tr>
|
|
<td>hatier</td>
|
|
<td>9782401059078</td>
|
|
<td>SVT 2de - Éd. 2019</td>
|
|
<td>295</td>
|
|
</tr>
|
|
<tr>
|
|
<td>hachette</td>
|
|
<td>9782017102144</td>
|
|
<td>Planete SVT 1re specialite - Ed. 2019</td>
|
|
<td>384</td>
|
|
</tr>
|
|
<tr>
|
|
<td>hachette</td>
|
|
<td>9782016290026</td>
|
|
<td>Planete SVT Tle specialite - Ed. 2020</td>
|
|
<td>352</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/NohamR/Manuel/releases/download/bio-info/hachette-hatier-correction.zip">corection des manuels (hachette et hatier)</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html> |