generated from Templates_CodeFirst/templateHtmlCss
Ajouter 'cv.html'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
074d5f7f69
commit
d9c4dca3b0
@ -0,0 +1,23 @@
|
|||||||
|
<!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 href="/index.html">Accueil</a>
|
||||||
|
<a class="active"href="/cv.html">CV</a>
|
||||||
|
<a href="/sae.html">SAE</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="padding: 20px;">
|
||||||
|
<h2>Contenu de la page</h2>
|
||||||
|
<p>Cocv</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue