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.

19 lines
420 B

<!DOCTYPE html> <!-- Doctype HTML5 -->
<html lang="fr">
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="style.css">
<title>Image</title>
<nav class = "navbar">
<ul class="navbar-list">
<li><a href="images.html">Images</a></li>
</ul>
</nav>
</head>
<body>
<div>
<img src="img/video_game1.jpg" alt="jeux video">
</div>
</body>
</html>