19 lines
299 B
HTML
19 lines
299 B
HTML
<!DOCTYPE html>
|
|
<html lang = "fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title> Site informaticiens </title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Grace Hopper
|
|
</h1>
|
|
|
|
<img src= "images/photo_informaticiens/hopper_grace.jpg" alt="Hopper">
|
|
|
|
<br>
|
|
|
|
<a href="index.html">Retour à l'accueuil </a>
|
|
</body>
|
|
</html> |