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.

24 lines
488 B

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta charset="UTF-8">
<title>Portfolio </title>
<link rel="stylesheet" href="mycoolstyle.css">
</head>
<body>
<div class="navbar">
<a class="active" href="#home">Accueil</a>
<a href="#news">Actualités</a>
<a href="#contact">Contact</a>
<a href="#about">À propos</a>
</div>
<div style="padding: 20px;">
<h2>Contenu de la page</h2>
<p>Contenu de la page ici...</p>
</div>
</body>
</html>