generated from Templates_CodeFirst/templateHtmlCss
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.
23 lines
418 B
23 lines
418 B
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<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="./cv.html">CV</a>
|
|
<a href="sae.html">SAE</a>
|
|
</div>
|
|
|
|
<div style="padding: 20px;">
|
|
<h2>Contenu de la page</h2>
|
|
<p>Contenu de la page ici...</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |