You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
638 B
30 lines
638 B
3 years ago
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Saint Seiya : Les Chevaliers du Zodiaque</title>
|
||
|
<link rel= "stylesheet" href="style1.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div id="cadre">
|
||
|
<h2>CHEVALIERS DE BRONZE</h2>
|
||
|
<ul>
|
||
|
<li>Seiya de pégase<br>
|
||
|
<img src="pegase.png" height="500px"</li>
|
||
|
<li>Shiryu du dragon<br>
|
||
|
<img src="dragon.jpg" height="500px"</li>
|
||
|
<li>Hyoga du cygne<br>
|
||
|
<img src="cygne.jpg" height="500"</li>
|
||
|
<li>Shun d'andromède<br>
|
||
|
<img src="andromede.png" height="500"</li>
|
||
|
<li>Ikki du phoenix<br>
|
||
|
<img src="phoenix.jpg" height="500"</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|